Skip to content

Commit

Permalink
chore: Update pydantic requirement from ~=1.10 to >=1.10,<3.0 (#349)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nicor88 <[email protected]>
  • Loading branch information
dependabot[bot] and nicor88 authored Aug 15, 2023
1 parent ea3cd1d commit b8e3e8f
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 @@ -57,7 +57,7 @@ def _get_package_version() -> str:
"boto3-stubs[athena,glue,lakeformation,sts]~=1.26",
"dbt-core~=1.5.0",
"pyathena>=2.25,<4.0",
"pydantic~=1.10",
"pydantic>=1.10,<3.0",
"tenacity~=8.2",
],
classifiers=[
Expand Down

0 comments on commit b8e3e8f

Please sign in to comment.