We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796944e commit 77afa3aCopy full SHA for 77afa3a
providers/amazon/pyproject.toml
@@ -80,8 +80,8 @@ dependencies = [
80
"sagemaker-studio>=1.0.9",
81
# Sagemaker studio in Python 3.13 requires version >=1.1.0 and Pydynamodb >=0.7.5
82
# 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\"",
+ "pydynamodb>=0.7.5; python_version >= '3.13'",
+ "sqlean.py>=3.47.0; python_version >= '3.13'",
85
"marshmallow>=3",
86
]
87
0 commit comments