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 Nov 15, 2023
1 parent c046e9a commit ccd9fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"grpcio-reflection >=1.58.0",
"grpcio-health-checking >=1.58.0",
"confz >= 2.0.1",
"pydantic < 2",
"pydantic <3",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protobuf==4.23.3
# grpcio-health-checking
# grpcio-reflection
# leapfrogai (pyproject.toml)
pydantic==1.10.13
pydantic==2.5.1
# via
# confz
# leapfrogai (pyproject.toml)
Expand Down

0 comments on commit ccd9fc6

Please sign in to comment.