Skip to content
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

poetry export does not support typing-extensions 4.7.0 #217

Closed
ilaner opened this issue Jul 2, 2023 · 1 comment
Closed

poetry export does not support typing-extensions 4.7.0 #217

ilaner opened this issue Jul 2, 2023 · 1 comment

Comments

@ilaner
Copy link

ilaner commented Jul 2, 2023

I'm getting the following message when running poetry export:

The `typing-extensions` package has the following compatible candidates `[Package('typing-extensions', '4.6.3')]`;  but, the exporter dependency walker previously elected `typing-extensions (4.7.0)` which is not compatible with the dependency `typing-extensions (>=4.6.0,<4.7.0)`. Please contribute to `poetry-plugin-export` to solve this problem.

When changing the pyproject.toml dependency to typing-extensions = "^4.1.1,<4.7", it works as planned.

@dimbleby
Copy link
Contributor

dimbleby commented Jul 2, 2023

duplicate #168, #176, #183, #186, #187, etc

@radoering radoering closed this as not planned Won't fix, can't repro, duplicate, stale Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants