Skip to content

Commit 07d872b

Browse files
committed
python: Specify minimum version of pydantic in setup.py
1 parent 2a3beb9 commit 07d872b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read_file(filepath):
3131
META_PATH = os.path.join(PKG_DIR, PKG_NAME, "__init__.py")
3232
META_CONTENTS = read_file(META_PATH)
3333
PKG_REQUIRES = [
34-
"pydantic >=2",
34+
"pydantic >=2.10",
3535
"httpx >=0.23.0",
3636
"attrs >=21.3.0",
3737
"python-dateutil",

0 commit comments

Comments
 (0)