Fix openai dependencies issue (#14)

Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com>
This commit is contained in:
alex s
2025-08-18 18:22:31 -04:00
committed by GitHub
parent cb57426cc6
commit 19f166e608
2 changed files with 218 additions and 189 deletions

View File

@@ -45,7 +45,8 @@ strix = "strix.cli.main:main"
python = "^3.12"
fastapi = "*"
uvicorn = "*"
litellm = {version = "^1.75.7", extras = ["proxy"]}
litellm = { version = "~1.75.8", extras = ["proxy"] }
openai = ">=1.99.5,<1.100.0"
tenacity = "^9.0.0"
numpydoc = "^1.8.0"
pydantic = {extras = ["email"], version = "^2.11.3"}