azure-functions-python-worker
azure-functions-python-worker copied to clipboard
[BUG] azure-functions-python-library version 1.11.0 is classified as production release in PyPI and other package managers
Investigative information
Please provide the following:
In GitHub, azure-functions-python-library 1.11.0 is categorized as Pre-release. https://github.com/Azure/azure-functions-python-library/releases/tag/1.11.0
But, according to PEP 440, the version name 1.11.0 doesn't contain Pre-release separators notation. Because of this, 1.11.0 is considered as production release in package managers like Poetry and PyPI.
If the version 1.11.0 is alpha, beta or release candidate release, the version notation should be 1.11.0a1, 1.11.0b1 or 1.11.0rc1 respectively.
marking lib nonbeta released and all worker versions released