Skip to content

Commit 9114d67

Browse files
Merge branch 'pydantic_v2_migration' into is4481/upgrade-libs
2 parents 4b93c00 + 19e3923 commit 9114d67

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/common-library/src/common_library/errors_classes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from typing import Any
2-
32
from pydantic.errors import PydanticErrorMixin
43

54

packages/models-library/requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--requirement _tools.txt
1313

1414
# installs this repo's packages
15-
--editable ../common-library
15+
--editable ../common-library/
1616
--editable ../postgres-database/[migration]
1717
--editable ../pytest-simcore/
1818

0 commit comments

Comments
 (0)