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

Commit 11a335d

Browse files
chore: update httpx semver
1 parent c33fc00 commit 11a335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/supabase/functions-py"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.9"
15-
httpx = {version = ">=0.26,<0.28", extras = ["http2"]}
15+
httpx = {version = ">=0.26,<0.29", extras = ["http2"]}
1616
strenum = "^0.4.15"
1717

1818
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)