diff --git a/pyproject.toml b/pyproject.toml index 36582c6e3..4c1e4b1e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "click>=8.1.4,<9", "jmespath==1.0.1", "packaging>=17.0", - "typing_extensions>=4.0;python_version<\"3.11\"", + "typing_extensions>=4.0;python_version<'3.11'", # these are dependencies of the SDK, but they are used directly in the CLI # declare them here in case the underlying lib ever changes "requests>=2.19.1,<3.0.0",