Skip to content

Commit fb9ff5b

Browse files
bumping pydantic to 2.11.7 for ai-dynamo-runtime
1 parent f581e0e commit fb9ff5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626
license-files = ["LICENSE"]
2727
requires-python = ">=3.10"
2828
dependencies = [
29-
"pydantic>=2.10.6,<2.11.0",
29+
"pydantic==2.11.7",
3030
"uvloop>=0.21.0",
3131
]
3232
classifiers = [

0 commit comments

Comments
 (0)