1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Up pydantic version in order to fix destination tests (#30034)

This commit is contained in:
Maxime Carbonneau-Leclerc
2023-08-31 11:12:55 -04:00
committed by GitHub
parent 13928271aa
commit fc955e89e2

View File

@@ -63,7 +63,7 @@ setup(
"jsonref~=0.2",
"pendulum",
"genson==1.2.2",
"pydantic>=1.9.2,<2.0.0",
"pydantic>=1.10.8,<2.0.0",
"python-dateutil",
"PyYAML>=6.0.1",
"requests",