This release introduces version 2.0.0 of the Azure Functions Python library, which is specifically built for Python 3.13 and later versions.
v2.0.0 contains the same SDK content as 1.25.0b3.
Key Changes
- Python Version Requirement: This version requires Python 3.13 or higher
- Feature Parity: Version 2.0.0 is content-equivalent to version 1.x, containing the same functionality and features
- Future Support: This version line will receive updates and support for Python 3.13+ environments
Migration Notes
- If you're using Python 3.10-3.12, continue using version 1.x of this library
- If you're using Python 3.13+, upgrade to version 2.0.0
- No code changes are required when upgrading from 1.x to 2.0.0 - the API remains the same