Skip to content

Commit d8c0798

Browse files
Update pydantic-settings requirement from <2.7.1 to <2.11.1
Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.0a1...v2.11.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58f9862 commit d8c0798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/constraints.txt

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

5353
# See issue https://github.com/ITISFoundation/osparc-simcore/issues/7300
54-
pydantic-settings<2.7.1
54+
pydantic-settings<2.11.1
5555

5656
# avoid downgrades of openapi-spec-validator related libraries
5757
referencing<=0.35.1

0 commit comments

Comments
 (0)