From 89918f3fa42fbbbe5fbc51881c5211ae09a446bd Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Sun, 15 Dec 2024 04:23:11 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'pyproject.toml?= =?UTF-8?q?'=20with=20remote=20'pyproject.toml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > [!IMPORTANT] > Upgrade `litellm` dependency from `1.53.6` to `1.55.2` in `pyproject.toml`. > > - **Dependencies**: > - Upgrade `litellm` from version `1.53.6` to `1.55.2` in `pyproject.toml`. > > This description was created by [Ellipsis](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral) for 29cad4ef1642635df9797e418906b5d21fa4261a. It will automatically update as commits are pushed. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bede173b2..bf2f73e45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-multipart = "^0.0.6" toml = "^0.10.2" jinja2 = "^3.1.2" uvicorn = {extras = ["standard"], version = "^0.24.0.post1"} -litellm = "1.53.6" +litellm = "1.55.2" selenium = "^4.13.0" playwright = "1.46.0" pre-commit = "^3.5.0"