Skip to content

Commit

Permalink
packaging: pin Pydantic to <2.0.0 (#488)
Browse files Browse the repository at this point in the history
Pydantic 2.0.0 has recently been released and craft_parts needs work
to support it.
  • Loading branch information
tigarmo authored Jul 5, 2023
1 parent 8df0315 commit dbd1b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def is_rtd() -> bool:
install_requires = [
"overrides",
"PyYAML",
"pydantic>=1.9.0",
"pydantic>=1.9.0,<2.0.0",
"pydantic-yaml[pyyaml]",
"pyxdg",
"requests",
Expand Down

0 comments on commit dbd1b89

Please sign in to comment.