-
-
Notifications
You must be signed in to change notification settings - Fork 118
Insufficient versioned constraint on poetry #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sure, I can bump it up. Do you know to what, though? |
poetry upstream said '1.2.0a2', but please do note that's a preview release, meaning it has not being released for GA. it may be safer, for the time being, to revert to the previous way to define dev dependencies (so a |
That's the version of |
you can probably figure that out here: https://github.com/python-poetry/poetry-core/tags / https://pypi.org/project/poetry-core/#history but once again, these are preview releases, not meant for general usage, ie no distribution/user should have them installed by default only to satisfy the dev-dependencies of cattrs. |
Wow, that's a very entitled attitude you got there. I don't care for it one bit. |
Related to python-attrs#202 and python-poetry/poetry#4938 - looks like poetry 1.2.0 depends on poetry-core 1.1.0, so I assume the 'groups' feature is present in poetry-core 1.1.0 and that version would be a good one to use.
Related to #202 and python-poetry/poetry#4938 - looks like poetry 1.2.0 depends on poetry-core 1.1.0, so I assume the 'groups' feature is present in poetry-core 1.1.0 and that version would be a good one to use.
Description
cattrs depends a dependency on poetry as
"poetry-core>=1.0.0"
but that's not strict enough. cattrs uses dependency groups here but those are only available in poetry preview 1.2.0a2please update the versioned depends or revert to a simpler pyproject.toml such as
tool.poetry.dev-dependencies
The text was updated successfully, but these errors were encountered: