Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information