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",)- Updated getting_started.rst for allowing tag-based releases
- #441: Switched nox task for
version:checkto use the config value ofversion_fileto specify the location of theversion.py
- Updated
python-environmentaction to use space-separated values for extras
- #449: Refactored
dependency:licenses:- to use pydantic models &
poetry showfor dependencies - to updated reading the
pyproject.tomlto be compatible with poetry 2.x+
- to use pydantic models &
- Relocked dependencies