Skip to content

Commit c0eac19

Browse files
authored
fix: #2617 lower minimum pydantic version to 2.12.2 (#2620)
1 parent 6ac14eb commit c0eac19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
authors = [{ name = "OpenAI", email = "support@openai.com" }]
99
dependencies = [
1010
"openai>=2.25.0,<3",
11-
"pydantic>=2.12.3, <3",
11+
"pydantic>=2.12.2, <3",
1212
"griffe>=1.5.6, <2",
1313
"typing-extensions>=4.12.2, <5",
1414
"requests>=2.0, <3",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)