Skip to content
Open
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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"litellm==1.83.14",
"typer>=0.21.1,<0.24.0", # 0.24.0 bumped click req to >=8.2.1; litellm pins click==8.1.8
"litellm==1.85.0",
"typer>=0.21.1,<0.26.0", # 0.24.0 bumped click req to >=8.2.1; litellm pins click==8.1.8
"rich>=15.0.0",
"aiolimiter>=1.2.1",
"sqlalchemy>=2.0.49",
"pydantic>=2.12.5", # floor set by litellm==1.83.14's exact pydantic pin
"pydantic>=2.12.5", # floor set by litellm==1.85.0's exact pydantic pin
"pydantic-settings>=2.14.1",
"structlog>=25.5.0",
"markdown>=3.10.2",
Expand Down
Loading