bump dependencies

This commit is contained in:
Jonathan Muszkat
2025-05-20 19:56:54 -03:00
committed by Steve Androulakis
parent ea62bb6d83
commit e9bf3a4c16
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@@ -2759,4 +2759,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = ">=3.10,<4.0" python-versions = ">=3.10,<4.0"
content-hash = "3a264d3b3dd6d953d188cb58da97a018ca0de381a62a4d146d1f453ff935503c" content-hash = "d9a981a06732679724e07fb4f74b03fc6290f17a3b85bea3356ef72335be377d"

View File

@@ -31,7 +31,7 @@ temporalio = "^1.8.0"
# Standard library modules (e.g. asyncio, collections) don't need to be added # Standard library modules (e.g. asyncio, collections) don't need to be added
# since they're built-in for Python 3.8+. # since they're built-in for Python 3.8+.
litellm = "^1.30.7" litellm = "^1.70.0"
pyyaml = "^6.0.2" pyyaml = "^6.0.2"
fastapi = "^0.115.6" fastapi = "^0.115.6"
uvicorn = "^0.34.0" uvicorn = "^0.34.0"