From 16c6e1afb7b25de6befc973e2d3509187197e0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:22:59 +0000 Subject: [PATCH] chore(deps)(deps): bump httpx from 0.27.2 to 0.28.1 Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 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.27.2...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 ++++------------------ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index 57f0b88..a0a2c15 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1211,15 +1211,15 @@ trio = ["trio (>=0.22.0,<1.0)"] [[package]] name = "httpx" -version = "0.27.2" +version = "0.28.1" description = "The next generation HTTP client." optional = true python-versions = ">=3.8" groups = ["main"] markers = "extra == \"vision\"" files = [ - {file = "httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0"}, - {file = "httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"}, + {file = "httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad"}, + {file = "httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc"}, ] [package.dependencies] @@ -1227,7 +1227,6 @@ anyio = "*" certifi = "*" httpcore = "==1.*" idna = "*" -sniffio = "*" [package.extras] brotli = ["brotli ; platform_python_implementation == \"CPython\"", "brotlicffi ; platform_python_implementation != \"CPython\""] @@ -3665,19 +3664,6 @@ files = [ ] markers = {main = "extra == \"vision\""} -[[package]] -name = "sniffio" -version = "1.3.1" -description = "Sniff out which async library your code is running under" -optional = true -python-versions = ">=3.7" -groups = ["main"] -markers = "extra == \"vision\"" -files = [ - {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"}, - {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"}, -] - [[package]] name = "sortedcontainers" version = "2.4.0" @@ -4204,4 +4190,4 @@ vision = ["httpx", "inference-sdk", "numpy", "opencv-python", "pillow", "request [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "41986fe2c1f182dab829d75dae89789d6767ee9aa9eaf91c0f84383e25272a98" +content-hash = "f07eb0de43e619361c9b81c5366be629e30ce0547f47ab02833ed9822b620771" diff --git a/pyproject.toml b/pyproject.toml index 0b704ef..5a42789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ numpy = { version = ">=1.20,<3.0", optional = true } opencv-python = { version = "^4.0", optional = true } pillow = { version = ">=10,<13", optional = true } requests = { version = "^2.31", optional = true } -httpx = { version = "^0.27", optional = true } +httpx = { version = ">=0.27,<0.29", optional = true } fastapi = { version = ">=0.139.2", optional = true } starlette = ">=1.3.1" uvicorn = { version = ">=0.22,<0.53", optional = true }