-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
cattrs ==23.1.1 depends on typing_extensions >4 #372
Comments
jvesely
added a commit
to jvesely/PsyNeuLink
that referenced
this issue
Jun 1, 2023
python-attrs/cattrs#372 Signed-off-by: Jan Vesely <[email protected]>
jvesely
added a commit
to jvesely/PsyNeuLink
that referenced
this issue
Jun 1, 2023
python-attrs/cattrs#372 Signed-off-by: Jan Vesely <[email protected]>
Right you are, but I think is already fixed on main. Can you verify? |
right! looks like 0cb1872 added the lower bound. Any plans for a release with his fix? |
jvesely
added a commit
to PrincetonUniversity/PsyNeuLink
that referenced
this issue
Jun 1, 2023
python-attrs/cattrs#372 Signed-off-by: Jan Vesely <[email protected]>
jvesely
changed the title
cattrs >=23.1.1 depends on typing_extensions >4
cattrs ==23.1.1 depends on typing_extensions >4
Jun 2, 2023
I published 23.1.2 with the fix, let me know! |
looks like it worked:
pip falls back to 23.1.1. thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
cattrs dependency on typing_extensions doesn't indicate the minimum version needed:
Requires-Dist: typing_extensions; python_version < "3.8"
What I Did
cattr==22.2.0 works ok. allowing typing_extensions >=4 also works around the problem
The text was updated successfully, but these errors were encountered: