Skip to content

Commit 84ab6ee

Browse files
authored
fix: exclude breaking pydantic version (#3620)
1 parent 0f77157 commit 84ab6ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/base.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ jsonschema<5,>=3.2 # TODO: evaluate risk of removing jsonschema 3.x support
33
typing_extensions>=4.4 # 3.8 doesn't have Required, TypeGuard and ParamSpec
44

55
# resource validation & schema generation
6-
pydantic>=1.8,<3
6+
# 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

Comments
 (0)