Skip to content

Commit cf5e952

Browse files
committed
Update dependency pydantic to >=2.12.2,<2.13.0
1 parent 1513d32 commit cf5e952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dynamic = ["classifiers"]
3232
dependencies = [
3333
"urllib3>=1.25.3,<3.0.0",
3434
"python-dateutil>=2.8.2",
35-
"pydantic>=2.0.0,<2.12.0",
35+
"pydantic>=2.12.2,<2.13.0",
3636
"typing-extensions>=4.7.1",
3737
"boto3~=1.40.6",
3838
]

0 commit comments

Comments
 (0)