Skip to content

Commit

Permalink
fix: pin pydantic to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-jangir authored Apr 24, 2024
1 parent 081806b commit 18c118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-actions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_long_description():
"mypy_extensions>=0.4.3",
# Actual dependencies.
"typing-inspect",
"pydantic>=1.5.1",
"pydantic<2",
"dictdiffer",
"ratelimit",
}
Expand Down

0 comments on commit 18c118d

Please sign in to comment.