Skip to content

Commit 6f2881a

Browse files
Enable HTTP2
1 parent 2a70493 commit 6f2881a

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; http2"
15+
httpx = {version = ">=0.24,<0.28", extras = ["http2"]}
1616

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

0 commit comments

Comments
 (0)