Skip to content

Commit

Permalink
BUILD: Update pydantic requirement from <2.10,>=2.6.4 to >=2.6.4,<2.11
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@v2.6.4...v2.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 2aadf5a commit 7d726b7
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 @@ -31,7 +31,7 @@ dependencies = [
"dotnetcore2 ==3.1.23;platform_system=='Linux'",
"numpy>=1.20.0,<3",
"pandas>=1.1.0,<2.3",
"pydantic>=2.6.4,<2.10",
"pydantic>=2.6.4,<2.11",
"Rtree >= 1.2.0",
"toml == 0.10.2",
"scikit-rf"
Expand Down

0 comments on commit 7d726b7

Please sign in to comment.