Closed pcrespov closed 3 days ago
Attention: Patch coverage is 87.50000%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 85.44%. Comparing base (
c50d79c
) to head (3116c7a
). Report is 1 commits behind head on pydantic_v2_migration_do_not_squash_updates.
🚨 Try these New Features:
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
What do these changes do?
All
TypedDict
used in pydantic models forpython <3.12
should use the backport librarytyping_extensions
SEE https://docs.pydantic.dev/latest/api/standard_library_types/#typeddict
NOTE that we should not always import from the backport library
typing_extensions
but only thoseTypedDict
used inside models.rest_ordering.py
in https://github.com/ITISFoundation/osparc-simcore/pull/6763/filesRelated issue/s
How to test
Dev-ops checklist