Skip to content

Commit 3e19bac

Browse files
gopidesupavanpotiuk
authored andcommitted
Restrict pydantic 2.10.0 (apache#44249)
* restrict pydantic 2.10.0 * Update hatch_build.py Co-authored-by: Jarek Potiuk <jarek@potiuk.com> --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
1 parent 8960ee6 commit 3e19bac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hatch_build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@
414414
'pendulum>=3.0.0,<4.0;python_version>="3.12"',
415415
"pluggy>=1.5.0",
416416
"psutil>=5.8.0",
417-
"pydantic>=2.7.0",
417+
# https://github.com/pydantic/pydantic/issues/10910
418+
"pydantic>=2.7.0,!=2.10.0",
418419
"pygments>=2.0.1",
419420
"pyjwt>=2.0.0",
420421
"python-daemon>=3.0.0",

0 commit comments

Comments
 (0)