Fix: update litellm dependency version

This commit is contained in:
Ahmed Allam
2025-11-05 12:32:32 +02:00
committed by Ahmed Allam
parent b5ddba3867
commit d76c7c55b2
2 changed files with 176 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "strix-agent"
version = "0.3.1"
version = "0.3.2"
description = "Open-source AI Hackers for your apps"
authors = ["Strix <hi@usestrix.com>"]
readme = "README.md"
@@ -45,7 +45,7 @@ strix = "strix.interface.main:main"
python = "^3.12"
fastapi = "*"
uvicorn = "*"
litellm = { version = "~1.75.8", extras = ["proxy"] }
litellm = { version = "~1.79.1", extras = ["proxy"] }
openai = ">=1.99.5,<1.100.0"
tenacity = "^9.0.0"
numpydoc = "^1.8.0"