forked from phoenix/litellm-mirror
fastapi version bump in requirements.txt
This commit is contained in:
parent
17e705183a
commit
76d4871262
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# LITELLM PROXY DEPENDENCIES #
|
# LITELLM PROXY DEPENDENCIES #
|
||||||
anyio==4.2.0 # openai + http req.
|
anyio==4.2.0 # openai + http req.
|
||||||
openai>=1.0.0 # openai req.
|
openai>=1.0.0 # openai req.
|
||||||
fastapi # server dep
|
fastapi>=0.109.1 # server dep
|
||||||
pydantic>=2.5 # openai req.
|
pydantic>=2.5 # openai req.
|
||||||
backoff==2.2.1 # server dep
|
backoff==2.2.1 # server dep
|
||||||
pyyaml>=6.0.1 # server dep
|
pyyaml>=6.0.1 # server dep
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue