From 9e03976318d0d5fd1b6353f893aeaade15143269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 23:24:17 +0000 Subject: [PATCH] chore(deps): bump the production-deps group with 3 updates Updates the requirements on [httpx](https://github.com/encode/httpx), [pydantic](https://github.com/pydantic/pydantic) and [typing-extensions](https://github.com/python/typing_extensions) 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.23.0...0.28.1) Updates `pydantic` to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.0...v2.13.5) Updates `typing-extensions` to 4.16.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.6.0...4.16.0) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: production-deps - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production dependency-group: production-deps - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production dependency-group: production-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52c99b1..a88c345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "httpx>=0.23.0,<0.29.0", - "pydantic>=2.0,<3", - "typing_extensions>=4.6", + "httpx>=0.28.1,<0.29.0", + "pydantic>=2.13.5,<3", + "typing_extensions>=4.16.0", ] [project.optional-dependencies]