Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ litellm = [
# sdist, which fails (no Rust toolchain in CI; PyO3 <=3.13 has no 3.14 support).
# 1.91.x is the last line with a universal wheel that installs on every OS and
# Python version we support. Revisit once litellm ships win/mac/py3.14 wheels.
"litellm>=1.83.0,<1.92.0",
"litellm>=1.83.0,<1.95.0",
]

# all includes all functional dependencies excluding the ones from the "dev" dependency group
Expand All @@ -149,7 +149,7 @@ all = [
"flask>=3.1.3",
"ipykernel>=6.29.5",
"jupyter>=1.1.1",
"litellm>=1.83.0,<1.92.0", # <1.92.0: 1.92.0+ ships Linux-only Rust wheels (no win/mac/py3.14); see litellm group above
"litellm>=1.83.0,<1.95.0", # <1.92.0: 1.92.0+ ships Linux-only Rust wheels (no win/mac/py3.14); see litellm group above
"ollama>=0.5.1",
"opencv-python>=4.11.0.86",
"playwright>=1.49.0",
Expand Down
Loading
Loading