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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent c42ced1 commit de1a7f9
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 @@ -16,7 +16,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 de1a7f9

Please sign in to comment.