Sourced from virtualenv's releases.
20.31.2
What's Changed
- release 20.31.1 by
@​gaborbernatin pypa/virtualenv#2882- Reintroduce the --wheel CLI option, even though it has no effect on Python > 3.8 by
@​hroncokin pypa/virtualenv#2884Full Changelog: https://github.com/pypa/virtualenv/compare/20.31.1...20.31.2
Sourced from aiodns's changelog.
3.4.0
- Added fallback to
sock_state_cbifevent_threadcreation fails (#151)
- Improved reliability on systems with exhausted inotify watches
- Implemented transparent fallback mechanism to ensure DNS resolution continues to work
- Implemented strict typing (#138)
- Added comprehensive type annotations
- Improved mypy configuration
- Added py.typed marker file
- Updated dependencies
- Bumped pycares from 4.7.0 to 4.8.0 (#149)
- Added support for Python 3.13 (#153)
- Updated CI configuration to test with Python 3.13