From a8db42107a831e28250a8956e0cf4b8d0daf823c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 00:39:00 +0000 Subject: [PATCH] deps(deps): bump the production-dependencies group with 2 updates Updates the requirements on [httpx](https://github.com/encode/httpx) and [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.25.0...0.28.1) Updates `pydantic` to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.0...v2.13.4) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b365c7a..9249aac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,8 @@ classifiers = [ ] dependencies = [ "eval-type-backport>=0.1.0; python_version < '3.10'", - "httpx>=0.25.0", - "pydantic>=2.0.0", + "httpx>=0.28.1", + "pydantic>=2.13.4", ] [project.optional-dependencies]