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
Copy file name to clipboardExpand all lines: requirements/constraints.txt
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,11 @@ httpx!=0.28.0 # Waiting for fix in respx: https://github.com/lundberg/respx/pul
50
50
#
51
51
pydantic>=2.10.0 # Avoids inter-version compatibility serialization errors as: _pickle.UnpicklingError: NEWOBJ class argument must be a type, not _AnnotatedAlias
52
52
53
+
# avoid downgrades of openapi-spec-validator related libraries
54
+
referencing<=0.35.1
55
+
56
+
# See issue https://github.com/ITISFoundation/osparc-simcore/issues/7300
57
+
pydantic-settings<2.7.1
53
58
54
59
55
60
#
@@ -66,9 +71,3 @@ pennsieve>=999999999
66
71
67
72
# User alternative e.g. parametrized fixture or request.getfixturevalue(.)
68
73
pytest-lazy-fixture>=999999999
69
-
70
-
# avoid downgrades of openapi-spec-validator related libraries
71
-
referencing<=0.35.1
72
-
73
-
# See issue https://github.com/ITISFoundation/osparc-simcore/issues/7300
0 commit comments