Skip to content

Commit 278ffc9

Browse files
fix: SMD pydantic issue (#170)
Co-authored-by: Mufaddal Rohawala <[email protected]>
1 parent ac59706 commit 278ffc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.rst"
1313
dependencies = [
1414
# Add your dependencies here (Include lower and upper bounds as applicable)
1515
"boto3>=1.34.0,<2.0.0",
16-
"pydantic>=2.7.0,<3.0.0",
16+
"pydantic>=1.7.0,<3.0.0",
1717
"PyYAML>=6.0, <7.0",
1818
"jsonschema<5.0.0",
1919
"platformdirs>=4.0.0, <5.0.0",

0 commit comments

Comments
 (0)