Skip to content

Commit 2a70493

Browse files
Enable HTTP2
1 parent ab116ff commit 2a70493

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-community/functions-py"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.8"
15-
httpx = ">=0.24,<0.28"
15+
httpx = ">=0.24,<0.28; http2"
1616

1717
[tool.poetry.group.dev.dependencies]
1818
python-semantic-release = ">=8.1.1,<10.0.0"

0 commit comments

Comments
 (0)