Skip to content

Commit

Permalink
chore(deps-py): update pydantic requirement in /hugr-py
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.8.0...v2.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 8e797ae commit d8a7b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

dependencies = [
"pydantic>=2.8,<2.10",
"pydantic>=2.8,<2.11",
"pydantic-extra-types>=2.9.0",
"semver>=3.0.2",
"graphviz>=0.20.3",
Expand Down

0 comments on commit d8a7b6c

Please sign in to comment.