Skip to content

Commit

Permalink
Update dependency pydantic to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 20d793c commit ade78e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dataclasses==0.6
click==8.1.7
pydantic<2.0
pydantic<2.5

#bigquery
google-api-core==2.12.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python_requires = >=3.8
install_requires =
typing_extensions~=4.3; python_version < '3.8'
google-cloud-bigquery
pydantic<2.0
pydantic<2.5
packages = find:

[options.package_data]
Expand Down

0 comments on commit ade78e8

Please sign in to comment.