From ad1a74adbe6e6a101e035464e0bcec387dafa07e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 07:35:15 +0000 Subject: [PATCH] build(deps): bump the python-dependencies group across 1 directory with 2 updates Updates the requirements on [litellm](https://github.com/BerriAI/litellm) and [typer](https://github.com/fastapi/typer) to permit the latest version. Updates `litellm` from 1.83.14 to 1.85.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits/v1.85.0) Updates `typer` to 0.25.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.21.1...0.25.1) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.84.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: typer dependency-version: 0.25.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 47a7c61..d44e798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,12 +76,12 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "litellm==1.83.14", - "typer>=0.21.1,<0.24.0", # 0.24.0 bumped click req to >=8.2.1; litellm pins click==8.1.8 + "litellm==1.85.0", + "typer>=0.21.1,<0.26.0", # 0.24.0 bumped click req to >=8.2.1; litellm pins click==8.1.8 "rich>=15.0.0", "aiolimiter>=1.2.1", "sqlalchemy>=2.0.49", - "pydantic>=2.12.5", # floor set by litellm==1.83.14's exact pydantic pin + "pydantic>=2.12.5", # floor set by litellm==1.85.0's exact pydantic pin "pydantic-settings>=2.14.1", "structlog>=25.5.0", "markdown>=3.10.2",