Skip to content

Commit 69c2080

Browse files
committed
upgrade pydantic version
1 parent c837786 commit 69c2080

File tree

2 files changed

+602
-407
lines changed

2 files changed

+602
-407
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.12",
2121
]
2222
dependencies = [
23-
"pydantic==2.9.2",
23+
"pydantic>=2.9.0,<3",
2424
"aiochannel>=1.2.1",
2525
"grpcio-tools>=1.59.3",
2626
"grpcio>=1.59.3",

0 commit comments

Comments
 (0)