fix(deps): cap openai<2.45 and add litellm[proxy] so fresh installs can run (#748)

* fix(deps): cap openai<2.45 and add litellm[proxy] so fresh installs can run

* chore(deps): sync uv.lock with openai cap and litellm[proxy]

Regenerate the lockfile so locked/frozen installs pick up the openai<2.45 cap and litellm[proxy] extras (fastapi, orjson, ...); remove inline dependency comments.

Co-Authored-By: Ahmed Allam <ahmed39652003@gmail.com>

---------

Co-authored-by: Ahmed Allam <ahmed39652003@gmail.com>
This commit is contained in:
AtifAssari
2026-07-12 09:56:57 -07:00
committed by GitHub
co-authored by Ahmed Allam
parent a5f28c6b4b
commit ee779987d3
2 changed files with 642 additions and 49 deletions
+2
View File
@@ -34,6 +34,8 @@ classifiers = [
]
dependencies = [
"openai-agents[litellm]==0.14.6",
"openai>=2.26.0,<2.45",
"litellm[proxy]",
"pydantic>=2.11.3",
"pydantic-settings>=2.13.0",
"rich",