Skip to content

Commit

Permalink
fix: exclude breaking pydantic version (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaythapa authored Jun 25, 2024
1 parent 0f77157 commit 84ab6ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ jsonschema<5,>=3.2 # TODO: evaluate risk of removing jsonschema 3.x support
typing_extensions>=4.4 # 3.8 doesn't have Required, TypeGuard and ParamSpec

# resource validation & schema generation
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
pydantic>=1.8,<3,!=1.10.15,!=1.10.17

0 comments on commit 84ab6ee

Please sign in to comment.