Skip to content

Commit

Permalink
Expand pydantic depedency specification to include pydantic 2
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Dec 21, 2023
1 parent 39fb6ea commit 0924b6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231221-130418.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Add support for pydantic 2 (and continue support for pydantic 1)
time: 2023-12-21T13:04:18.792592-08:00
custom:
Author: QMalcolm bernardcooke53 esciara
PR: "134"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"pydantic~=1.10",
"pydantic>=1.10,<3",
"jsonschema~=4.0",
"PyYAML~=6.0",
"more-itertools>=8.0,<11.0",
Expand Down

0 comments on commit 0924b6a

Please sign in to comment.