Skip to content

Commit 61914a2

Browse files
Update pyproject.toml
1 parent 8716119 commit 61914a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ license = "MIT"
88
authors = [{ name = "OpenAI", email = "[email protected]" }]
99
dependencies = [
1010
"openai>=1.97.1,<2",
11-
"pydantic>=2.10,<3",
11+
"pydantic>=2.10, <3",
1212
"griffe>=1.5.6, <2",
1313
"typing-extensions>=4.12.2, <5",
1414
"requests>=2.0, <3",
1515
"types-requests>=2.0, <3",
1616
"mcp>=1.11.0, <2; python_version >= '3.10'",
17-
"typing>=3.10.0.0",
18-
"lint>=1.2.1",
1917
]
2018
classifiers = [
2119
"Typing :: Typed",

0 commit comments

Comments
 (0)