Skip to content

Commit

Permalink
Merge pull request #3 from GannettDigital/dbe3086_datadiff_error
Browse files Browse the repository at this point in the history
DBE-3086 Fix for PydanticUserError
  • Loading branch information
ramyamasani authored Nov 23, 2024
2 parents e7fcc8a + fc15e67 commit 348248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
]
packages = [{ include = "data_diff" }]
[tool.poetry.dependencies]
pydantic = ">=1.10.12"
pydantic = "<2.0"
python = ">=3.8.0,<4.0"
dsnparse = "<0.2.0"
click = ">=8.1"
Expand Down

0 comments on commit 348248e

Please sign in to comment.