diff --git a/.changes/unreleased/Dependencies-20231221-130418.yaml b/.changes/unreleased/Dependencies-20231221-130418.yaml new file mode 100644 index 00000000..e478c08d --- /dev/null +++ b/.changes/unreleased/Dependencies-20231221-130418.yaml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index a892f39d..aa6611c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",