Skip to content

Commit 43ffa03

Browse files
authored
chore: make pydantic and typing_extensions base deps (#2697)
1 parent 9fdc89c commit 43ffa03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/base.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
boto3>=1.19.5,==1.*
22
jsonschema<5,>=3.2 # TODO: evaluate risk of removing jsonschema 3.x support
3+
pydantic~=1.9.1
4+
typing_extensions~=4.4.0 # 3.7 doesn't have Literal

requirements/dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ boto3-stubs[appconfig,serverlessrepo]>=1.19.5,==1.*
3636
types-PyYAML~=5.4
3737
types-jsonschema~=3.2
3838

39-
pydantic~=1.9.1
4039
cfn-flip~=1.3.0
41-
typing_extensions~=4.4.0 # 3.7 doesn't have Literal

0 commit comments

Comments
 (0)