Default specifier operator regression from v2023.6.18 #5764
Labels
Contributor Candidate
The issue has been identified/triaged and contributions are welcomed/encouraged.
Type: Regression
This issue is a regression of a previous behavior.
Issue description
Describe the issue briefly here.
Look like requirement lib update change the format expected in a Pipfile to specify version requirements
Expected result
Expecting
package = "X.Y.Z"
to be a valid specActual result
Stack trace with
Invalid specifier: '0.95.0'
Steps to replicate
Looking at the code, look like the operator is compulsory so that
package = "==X.Y.Z"
is the way to specify version requirementCorrect me if I am wrong, but the syntax
package = "X.Y.Z"
is / was expected to work before, right?I have a bunch of Pipfile to fix with the "new" syntax if this is the way moving forward.
The text was updated successfully, but these errors were encountered: