Skip to content

Commit

Permalink
fixup! Temporarily pin HTTPX pending RESPX compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 8, 2024
1 parent 26901b4 commit 8d52465
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Only for testing pinned versions on the CI
freezegun==1.5.1
httpx==0.27.2 # Temporarily pin HTTPX pending RESPX compatibility
numpy==2.1.3
numpy==2.1.3; python_version >= "3.10"
numpy; python_version <= "3.9"
pandas==2.2.3
platformdirs==4.3.6
prettytable==3.12.0
Expand Down

0 comments on commit 8d52465

Please sign in to comment.