From e9bf3a4c165e25d56b995555036802e20885263e Mon Sep 17 00:00:00 2001 From: Jonathan Muszkat Date: Tue, 20 May 2025 19:56:54 -0300 Subject: [PATCH] bump dependencies --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2d205bc..2f3507c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2759,4 +2759,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "3a264d3b3dd6d953d188cb58da97a018ca0de381a62a4d146d1f453ff935503c" +content-hash = "d9a981a06732679724e07fb4f74b03fc6290f17a3b85bea3356ef72335be377d" diff --git a/pyproject.toml b/pyproject.toml index 6f408ea..dffea3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ temporalio = "^1.8.0" # Standard library modules (e.g. asyncio, collections) don't need to be added # since they're built-in for Python 3.8+. -litellm = "^1.30.7" +litellm = "^1.70.0" pyyaml = "^6.0.2" fastapi = "^0.115.6" uvicorn = "^0.34.0"