Skip to content

Commit

Permalink
Bump pydantic from 1.10.13 to 2.4.2
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.13 to 2.4.2.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.13...v2.4.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 41f5bbb commit 1db7d7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"python-multipart",
"h5py",
"orjson",
"pydantic<2.0",
"pydantic<3.0",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pluggy==1.3.0
# via pytest
pre-commit==3.5.0
# via datahub (pyproject.toml)
pydantic==1.10.13
pydantic==2.4.2
# via
# datahub (pyproject.toml)
# fastapi
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ orjson==3.9.7
# via datahub (pyproject.toml)
pandas[excel]==2.1.1
# via datahub (pyproject.toml)
pydantic==1.10.13
pydantic==2.4.2
# via
# datahub (pyproject.toml)
# fastapi
Expand Down

0 comments on commit 1db7d7a

Please sign in to comment.