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 0f77157 commit 84ab6eeCopy full SHA for 84ab6ee
requirements/base.txt
@@ -3,4 +3,5 @@ jsonschema<5,>=3.2 # TODO: evaluate risk of removing jsonschema 3.x support
3
typing_extensions>=4.4 # 3.8 doesn't have Required, TypeGuard and ParamSpec
4
5
# resource validation & schema generation
6
-pydantic>=1.8,<3
+# 1.10.15 and 1.10.17 included breaking change from pydantic, more info: https://github.com/aws/serverless-application-model/issues/3617
7
+pydantic>=1.8,<3,!=1.10.15,!=1.10.17
0 commit comments