From 0819e0e4f77aeec8e5bb50c92fbf84b246bafde2 Mon Sep 17 00:00:00 2001 From: vedantsahai18 Date: Sun, 5 Jan 2025 23:03:50 -0500 Subject: [PATCH] chore: pyproject.toml litellm fix --- agents-api/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/agents-api/pyproject.toml b/agents-api/pyproject.toml index e9fecd807..e90bccd14 100644 --- a/agents-api/pyproject.toml +++ b/agents-api/pyproject.toml @@ -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", @@ -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" }