linkml / linkml-runtime

Runtime support for linkml generated models
https://linkml.io/linkml/
Creative Commons Zero v1.0 Universal
25 stars 23 forks source link

chore: upgrading poetry #298

Closed Silvanoc closed 9 months ago

Silvanoc commented 9 months ago

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.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2e35728) 62.90% compared to head (51d2fce) 62.80%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #298 +/- ## ========================================== - Coverage 62.90% 62.80% -0.11% ========================================== Files 62 61 -1 Lines 8529 8506 -23 Branches 2239 2239 ========================================== - Hits 5365 5342 -23 + Misses 2554 2553 -1 - Partials 610 611 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.