Skip to content

Commit

Permalink
⬆️ update pydantic requirement from <2.0.0 to <3.0.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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 5c7015a commit cce0a78
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 @@ -39,7 +39,7 @@ dependencies = [
"pandas>=1.0.0",
"pyphen>=0.11.0,<0.15.0",
"ftfy>=6.0.3,<6.1.0",
"pydantic<2.0.0",
"pydantic<3.0.0",
]

requires-python = ">=3.8"
Expand Down

0 comments on commit cce0a78

Please sign in to comment.