Python 3.13.1 Release News ✓
FROM python:3.13.1-slim
For a complete list of changes in Python 3.13.1, please refer to the official changelog: python 3.13.1 release news
Python 3.13.1 is a that resolves multiple regressions, security concerns, and platform‑specific issues introduced in 3.13.0. All users running Python 3.13 are strongly encouraged to upgrade. The release demonstrates the maturity of the 3.13 series, making it suitable for production deployment. FROM python:3
| ID | Description | Severity | |----|-------------|----------| | gh-125771 | Integer overflow in socket.socket.recvfrom_into() with large buffer sizes | Low | | gh-126039 | Possible stack exhaustion in email.utils.parsedate() with malformed input | Low | making it suitable for production deployment.
The Python development team has announced the release of Python 3.13.1, a significant update to the popular programming language. This release marks the first maintenance update to Python 3.13, which was initially released in December 2023.