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
GitHub test workflow was pinning Poetry to v1.3.2 due to issue 7611 [1].
But that Poetry version blocks the installation of typing-extensions
4.7.1 on Python 3.12 due to multiple deprecated methods and classes
being removed.
Since Poetry v1.4.0 resolved 7611 [1], it unblocks the installation of
typing-extensions >4.7.1 on Python 3.12 for Windows.
[1]: python-poetry/poetry#7611
Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>
0 commit comments