Skip to content

Commit

Permalink
fix poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmoneygithub committed Jan 27, 2025
1 parent 540805e commit d7af430
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
30 changes: 16 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"pydantic~=2.0",
"jinja2",
"magicattr~=0.1.6",
"litellm==1.57.4",
"litellm (>=1.59.8,<2.0.0)",
"diskcache",
"json-repair",
"tenacity>=8.2.3",
Expand Down Expand Up @@ -134,7 +134,7 @@ pgvector = { version = "^0.2.5", optional = true }
llama-index = { version = "^0.10.30", optional = true }
jinja2 = "^3.1.3"
magicattr = "^0.1.6"
litellm = { version = "==1.57.4", extras = ["proxy"] }
litellm = { version = "^1.57.4", extras = ["proxy"] }
diskcache = "^5.6.0"
json-repair = "^0.30.0"
tenacity = ">=8.2.3"
Expand Down

0 comments on commit d7af430

Please sign in to comment.