From 837374abff7100b4e1bd799e9d480c16763a482b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:23:16 -0700 Subject: [PATCH] Update httpx[socks] requirement from >=0.25.0 to >=0.28.1 (#174) Updates the requirements on [httpx[socks]](https://github.com/encode/httpx) to permit the latest version.
Release notes

Sourced from httpx[socks]'s releases.

Version 0.28.1

0.28.1 (6th December, 2024)

Changelog

Sourced from httpx[socks]'s changelog.

0.28.1 (6th December, 2024)

0.28.0 (28th November, 2024)

Be aware that the default JSON request bodies now use a more compact representation. This is generally considered a prefered style, tho may require updates to test suites.

The 0.28 release includes a limited set of deprecations...

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

0.27.2 (27th August, 2024)

Fixed

0.27.1 (27th August, 2024)

Added

Fixed

0.27.0 (21st February, 2024)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddcd201..aae517f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.14" dependencies = [ "fastapi[standard]>=0.136.1", "uvicorn>=0.34.0", - "httpx[socks]>=0.25.0", + "httpx[socks]>=0.28.1", "markdown-it-py>=3.0.0", "pydantic>=2.0.0", "python-dotenv>=1.0.0", diff --git a/uv.lock b/uv.lock index b2b61c4..a4cf49e 100644 --- a/uv.lock +++ b/uv.lock @@ -563,7 +563,7 @@ requires-dist = [ { name = "fastapi", extras = ["standard"], specifier = ">=0.136.1" }, { name = "grpcio", marker = "extra == 'voice'", specifier = ">=1.78.0" }, { name = "grpcio-tools", marker = "extra == 'voice'", specifier = ">=1.78.0" }, - { name = "httpx", extras = ["socks"], specifier = ">=0.25.0" }, + { name = "httpx", extras = ["socks"], specifier = ">=0.28.1" }, { name = "librosa", marker = "extra == 'voice-local'", specifier = ">=0.10.0" }, { name = "loguru", specifier = ">=0.7.0" }, { name = "markdown-it-py", specifier = ">=3.0.0" },