File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ deprecated>=1.2
5353greenlet >= 3.1
5454inflection >= 0.4
5555pycparser >= 2.20
56- zeep >= 4 , < 5
56+ zeep >= 4
5757
5858# Additional minimum versions for compatibility
5959aiohttp >= 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
6969requests-toolbelt >= 0.10 # needed to resolve ImportError: cannot import name 'Mapping' from 'collections'
7070six >= 1.16 # needed to resolve ModuleNotFoundError: No module named 'six.moves'
7171wrapt >= 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
You can’t perform that action at this time.
0 commit comments