Skip to content

Commit 355cbdf

Browse files
committed
cleanup
1 parent e696bce commit 355cbdf

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

requirements/constraints.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ httpx!=0.28.0 # Waiting for fix in respx: https://github.com/lundberg/respx/pul
5050
#
5151
pydantic>=2.10.0 # Avoids inter-version compatibility serialization errors as: _pickle.UnpicklingError: NEWOBJ class argument must be a type, not _AnnotatedAlias
5252

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
5358

5459

5560
#
@@ -66,9 +71,3 @@ pennsieve>=999999999
6671

6772
# User alternative e.g. parametrized fixture or request.getfixturevalue(.)
6873
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
74-
pydantic-settings<2.7.1

services/web/server/requirements/constraints.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@
77
# SEE services/web/server/tests/unit/isolated/test_utils.py::test_yarl_new_url_generation for properly usage
88
yarl>=1.8.2
99
frozenlist>=1.3.1
10-
11-
# See: https://github.com/pydantic/pydantic/issues/4011
12-
pydantic>=1.10

0 commit comments

Comments
 (0)