Skip to content

Commit

Permalink
chore: pyproject.toml litellm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedantsahai18 committed Jan 6, 2025
1 parent cc93353 commit 0819e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agents-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"jsonschema~=4.22.0",
"langchain-core~=0.3.14",
"larch-pickle~=1.4.3",
"litellm",
"litellm~1.57.0",
"lz4~=4.3.3",
"msgpack~=1.1.0",
"numpy>=2.0.0,<2.1.0",
Expand Down Expand Up @@ -77,6 +77,6 @@ py-modules = [
"agents_api",
]

[tool.uv.sources]
litellm = { url = "https://github.com/julep-ai/litellm/archive/fix_anthropic_tool_image_content.zip" }
#[tool.uv.sources]
#litellm = { url = "https://github.com/julep-ai/litellm/archive/fix_anthropic_tool_image_content.zip" }

0 comments on commit 0819e0e

Please sign in to comment.