Skip to content

Commit

Permalink
Update pydantic requirement from <2.0 to <3.0
Browse files Browse the repository at this point in the history
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@v0.0.2...v2.6.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 11e1e20 commit 4c12a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = "Specify step and flyscan paths in a serializable, efficient and P
dependencies = [
"numpy>=1.19.3",
"click==8.1.3",
"pydantic<2.0",
"pydantic<3.0",
"typing_extensions",
]
dynamic = ["version"]
Expand Down

0 comments on commit 4c12a54

Please sign in to comment.