Skip to content

Commit

Permalink
Build(deps): Update pydantic requirement from <2 to <3
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.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent 46e34ef commit e87faab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pandoc
pip>=23.2.1
pre-commit
pydata-sphinx-theme>=0.13.3
pydantic<2
pydantic<3
pytest
qutip
sax==0.8.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"numpy",
"openlane",
"pandas",
"pydantic<2", # Project requirements to maintain compatibility.
"pydantic<3", # Project requirements to maintain compatibility.
"qutip",
"sax==0.8.8", # Pinned for pydantic <v2 compatibility.
"thewalrus",
Expand Down

0 comments on commit e87faab

Please sign in to comment.