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

[BUG] Poetry asserts that vcrpy 6.0.2 is incompatible with urllib3>=2 (currently using python 3.12) #880

Open
ethanelasky opened this issue Nov 10, 2024 · 2 comments

Comments

@ethanelasky
Copy link

圖片
@ethanelasky
Copy link
Author

Conflicts with 6.0.2's release notes:
圖片

@dereisele
Copy link

I found a work-around, which also works when other dependencies require urllib3>2

[tool.poetry.group.dev.dependencies]
vcrpy = {version = "^6.0.2", markers = "platform_python_implementation !='PyPy' and python_version >='3.10'"}

Because I plan to only use vcrpy in tests, I don't worry about this inherited marker.

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

2 participants