Skip to content

Commit 7693a62

Browse files
committed
remove max zeep version
1 parent 8cb28d6 commit 7693a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ deprecated>=1.2
5353
greenlet>=3.1
5454
inflection>=0.4
5555
pycparser>=2.20
56-
zeep>=4,<5
56+
zeep>=4
5757

5858
# Additional minimum versions for compatibility
5959
aiohttp>=3.11 # facebook-business depends on aiohttp and there were c++ errors until 3.11
@@ -69,7 +69,7 @@ pyyaml>=6.0.1 # civis depends on pyyaml and there was an AttributeError until 6
6969
requests-toolbelt>=0.10 # needed to resolve ImportError: cannot import name 'Mapping' from 'collections'
7070
six>=1.16 # needed to resolve ModuleNotFoundError: No module named 'six.moves'
7171
wrapt>=1.14 # need to resolve ImportError: cannot import name 'formatargspec' from 'inspect'
72-
zeep>=4.3,<5;python_version>="3.13" # python cgi package was deprecated in Python 3.11 and removed in 3.13
72+
zeep>=4.3;python_version>="3.13" # python cgi package was deprecated in Python 3.11 and removed in 3.13
7373

7474
# Stuff for TMC scripts
7575
# TODO Remove when we have a TMC-specific Docker image

0 commit comments

Comments
 (0)