Skip to content

Commit dd822e5

Browse files
fix: update pydantic dep version (#222)
Co-authored-by: Mufaddal Rohawala <[email protected]>
1 parent 70033ce commit dd822e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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>=1.7.0,<3.0.0",
16+
"pydantic>=2.0.0,<3.0.0",
1717
"PyYAML>=6.0, <7.0",
1818
"jsonschema<5.0.0",
1919
"platformdirs>=4.0.0, <5.0.0",
@@ -49,4 +49,4 @@ line-length = 100
4949
exclude = '\.ipynb$'
5050

5151
[tool.setuptools.dynamic]
52-
version = { attr = "sagemaker_core._version.__version__"}
52+
version = { attr = "sagemaker_core._version.__version__"}

0 commit comments

Comments
 (0)