We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c67baee + 07d872b commit d4d7da2Copy full SHA for d4d7da2
python/setup.py
@@ -31,7 +31,7 @@ def read_file(filepath):
31
META_PATH = os.path.join(PKG_DIR, PKG_NAME, "__init__.py")
32
META_CONTENTS = read_file(META_PATH)
33
PKG_REQUIRES = [
34
- "pydantic >=2",
+ "pydantic >=2.10",
35
"httpx >=0.23.0",
36
"attrs >=21.3.0",
37
"python-dateutil",
0 commit comments