Skip to content

Commit

Permalink
fix: httpx (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis-Henrique authored and julianolf committed Aug 16, 2024
1 parent c1d8904 commit 757724e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"fastapi[all]",
"fastapi",
"PyYAML",
]

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ requests==2.32.3
redis==5.0.7
yoyo-migrations==8.2.0
setuptools==71.0.3
httpx==0.27.0

-e .

0 comments on commit 757724e

Please sign in to comment.