Skip to content

Commit

Permalink
fix httpx conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Asaf Cohen committed Sep 29, 2024
1 parent a78627d commit 6d71fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
aioresponses
httpx
httpx==0.27.0
pytest-asyncio
aiohttp>=3.9.4,<4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ uvicorn[standard]>=0.17.6,<1
logzio-python-handler
ddtrace
sqlparse==0.5.0
httpx>=0.27.0,<1
httpx==0.27.0
protobuf>=3.20.2 # not directly required, pinned by Snyk to avoid a vulnerability
opal-common==0.7.13rc2
opal-client==0.7.13rc2

0 comments on commit 6d71fcd

Please sign in to comment.