1.3.0 - 2025-06-02¶
Summary¶
This version of the PTB updates nox task version:check, see #441.
This requires file noxconfig.py of each project to specify the path to version.py in Config.version_file.
With this version of the PTB you can customize the arguments for pyupgrade in file noxconfig.py, see ticket #449 for details:
pyupgrade_args = ("--py310-plus",)
📚 Documentation¶
Updated getting_started.rst for allowing tag-based releases
✨ Features¶
#441: Switched nox task for
version:checkto use the config value ofversion_fileto specify the location of theversion.py
🐞 Bug Fixes¶
Updated
python-environmentaction to use space-separated values for extras
⚒️ Refactorings¶
#449: Refactored
dependency:licenses:to use pydantic models &
poetry showfor dependenciesto updated reading the
pyproject.tomlto be compatible with poetry 2.x+
🔩 Internal¶
Relocked dependencies