You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a poetry project with a dependency on typing-extensions="^4.12.1"
When I poetry install it, it doesn't install typing-extensions.
I think this might be because typing-extensions is already installed when doing "poetry lock", as I can see it with "poetry show".
My code doesn't find the typing_extensions package.
If, however, I specify the dependency as "4.12.1" (without the ^), when I do "poetry install" it downgrades the version and everything is working.
Why is typing-extensions 4.12.2 that comes with poetry isn't visible to my package?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a poetry project with a dependency on typing-extensions="^4.12.1"
When I poetry install it, it doesn't install typing-extensions.
I think this might be because typing-extensions is already installed when doing "poetry lock", as I can see it with "poetry show".
My code doesn't find the typing_extensions package.
If, however, I specify the dependency as "4.12.1" (without the ^), when I do "poetry install" it downgrades the version and everything is working.
Why is typing-extensions 4.12.2 that comes with poetry isn't visible to my package?
Beta Was this translation helpful? Give feedback.
All reactions