We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Conflicts with 6.0.2's release notes:
6.0.2
Sorry, something went wrong.
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.
No branches or pull requests
The text was updated successfully, but these errors were encountered: