Skip to content

Commit 1cf37de

Browse files
remove httpx constraint as new respx versions are already fixed (confluentinc#1888)
Co-authored-by: Robert Yokota <[email protected]>
1 parent 3e3f17a commit 1cf37de

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

requirements/requirements-examples.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ six
66

77
attrs
88
cachetools
9-
# Temporary constraint due to https://github.com/lundberg/respx/issues/277
10-
httpx<0.28.0
9+
httpx
1110

1211
fastavro < 1.8.0; python_version == "3.7"
1312
fastavro < 2; python_version > "3.7"
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
attrs
22
cachetools
3-
# Temporary constraint due to https://github.com/lundberg/respx/issues/277
4-
httpx<0.28.0
3+
httpx

requirements/requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ flake8
55
pytest
66
pytest-timeout
77
requests-mock
8-
respx
8+
respx

0 commit comments

Comments
 (0)