You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
davidgamez
changed the title
Version comparison is failing due to incompatibility Java version and PEP 440
Version comparison is failing due to incompatibility between Java snapshot version and PEP 440
Jan 20, 2025
Describe the bug
We are using a very convenient method for comparing versions is two places, 1 2.
Steps/Code to Reproduce
5.0.2-SNAPSHOT
versionExpected Results
The version is properly parsed and compared.
Actual Results
An exception is raised and the server returns 500 HTTP status
Screenshots
No response
Files used
No response
Additional notes
Proposal fix
Replace the appearance of
-SNAPSHOT
with.dev0
, this is 100% compatible with PEP 440. More info, https://peps.python.org/pep-0440/#developmental-releasesThe text was updated successfully, but these errors were encountered: