You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some libraries need to be bumped to be compatible with Python 3.13 (as
used in Trixie). In that case we update the requirements to the Trixie
version if possible, even if a lower version would be compatible with
3.13 itself.
- babel needs to be at least [2.11 to avoid usage of cgi][2] removed
from 3.13
- freezegun needs to be [at least 1.5.0][3] to not call the
now-removed `uuid._load_system_functions()`
- trixie ships gevent 24.11.1 and greenlet 3.1.0, but upstream [gevent
24.11.1 requires greenlet 3.1.1][1] so basing the requirements off
of trixie doesn't even install
- zeep needs to be [at least 4.3.0][4] to not use the `cgi` module
[1]: https://github.com/gevent/gevent/blob/24.11.1/setup.py#L200-L214
[2]: https://babel.pocoo.org/en/latest/changelog.html#version-2-11-0
[3]: spulec/freezegun#534
[4]: mvantellingen/python-zeep#1364
0 commit comments