Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 801681c

Browse files
chore(deps): bump httpx from 0.24.1 to 0.25.0
Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.24.1...0.25.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1496da0 commit 801681c

File tree

2 files changed

+32
-12
lines changed

2 files changed

+32
-12
lines changed

poetry.lock

Lines changed: 31 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repository = "https://github.com/supabase-community/storage-py"
2121
version = "0.5.4"
2222

2323
[tool.poetry.dependencies]
24-
httpx = "^0.24"
24+
httpx = ">=0.24,<0.26"
2525
python = "^3.8"
2626
typing-extensions = "^4.2.0"
2727
python-dateutil = "^2.8.2"

0 commit comments

Comments
 (0)