Skip to content

Commit 32666c2

Browse files
Update pydantic requirement from <2.0 to <3.0
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.8.2...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e880d71 commit 32666c2

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
@@ -35,7 +35,7 @@ urllib3>=1.26.5 # https://github.com/advisories/GH
3535

3636
# SEE https://github.com/ITISFoundation/osparc-simcore/issues/4481
3737
fastapi<0.100.0
38-
pydantic<2.0
38+
pydantic<3.0
3939

4040
# TODO: includes async features https://docs.sqlalchemy.org/en/14/changelog/migration_20.html
4141
sqlalchemy<2.0

0 commit comments

Comments
 (0)