Skip to content

Commit 1f37216

Browse files
authored
feat: downgrade httpx dep to 0.24.0 (#15)
2 parents 4f28dc6 + d4856ec commit 1f37216

File tree

2 files changed

+52
-62
lines changed

2 files changed

+52
-62
lines changed

poetry.lock

Lines changed: 51 additions & 61 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
@@ -12,7 +12,7 @@ repository = "https://github.com/supabase-community/functions-py"
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.8"
15-
httpx = "^0.25.0"
15+
httpx = "^0.24.0"
1616

1717
[tool.poetry.group.dev.dependencies]
1818
python-semantic-release = "^8.1.1"

0 commit comments

Comments
 (0)