Skip to content

Commit 77afa3a

Browse files
potiukamoghrajesh
andcommitted
Update providers/amazon/pyproject.toml
Co-authored-by: Amogh Desai <[email protected]>
1 parent 796944e commit 77afa3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/amazon/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ dependencies = [
8080
"sagemaker-studio>=1.0.9",
8181
# Sagemaker studio in Python 3.13 requires version >=1.1.0 and Pydynamodb >=0.7.5
8282
# Because of sqlean pinning (https://github.com/passren/PyDynamoDB/issues/72)
83-
"pydynamodb>=0.7.5; python_version >= \"3.13\"",
84-
"sqlean.py>=3.47.0; python_version >= \"3.13\"",
83+
"pydynamodb>=0.7.5; python_version >= '3.13'",
84+
"sqlean.py>=3.47.0; python_version >= '3.13'",
8585
"marshmallow>=3",
8686
]
8787

0 commit comments

Comments
 (0)