Skip to content

Commit

Permalink
remove httpx constraint as new respx versions are already fixed (#1888)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Yokota <[email protected]>
  • Loading branch information
rooterkyberian and rayokota authored Jan 3, 2025
1 parent 3e3f17a commit 1cf37de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements/requirements-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ six

attrs
cachetools
# Temporary constraint due to https://github.com/lundberg/respx/issues/277
httpx<0.28.0
httpx

fastavro < 1.8.0; python_version == "3.7"
fastavro < 2; python_version > "3.7"
Expand Down
3 changes: 1 addition & 2 deletions requirements/requirements-schemaregistry.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
attrs
cachetools
# Temporary constraint due to https://github.com/lundberg/respx/issues/277
httpx<0.28.0
httpx
2 changes: 1 addition & 1 deletion requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ flake8
pytest
pytest-timeout
requests-mock
respx
respx

0 comments on commit 1cf37de

Please sign in to comment.