-
Notifications
You must be signed in to change notification settings - Fork 17
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
Incompatible version of typing-extensions
with those in aiida-core
#294
Comments
I think we just wait a bit, either after mosquito/aio-pika#649 included in a patch release and we can continue without any problem. Meanwhile, I think the requirements.txt are outdated, after aiidateam/aiida-core#6640 everything will be clear! I'll merge it now. Let's see. |
We release a new kiwipy with 0.8.5 which includes the pinning of aio-pika version that don't have this problem. So I think it will be all fine with aiida-core if requirements.txt all updated properly. |
@unkcpz thanks a lot, I'm puzzled because after aiidateam/aiida-core#6640 |
I don't understand this, where you see it is a dependency? Will uv shows where the typing_extensions as a dependency comes from? |
I open an issue in |
Commit 3b9318c sets
typing-extensions>=4.12,<5.dev0
while in
aiida-core
we have:typing-extensions==4.6.3
, for python 3.9typing-extensions==4.6.3,
for python 3.10typing-extensions==4.6.3
, for python 3.11typing-extensions==4.8.0
, for python 3.12This makes the development very difficult,
@unkcpz, can you suggest a solution?
The text was updated successfully, but these errors were encountered: