Skip to content

Commit

Permalink
chore: toml fix for litellm
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedantsahai18 committed Jan 6, 2025
1 parent 74817a3 commit e6d961a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 40 deletions.
7 changes: 4 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~1.57.0",
"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,7 @@ py-modules = [
"agents_api",
]

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

44 changes: 7 additions & 37 deletions agents-api/uv.lock

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

0 comments on commit e6d961a

Please sign in to comment.