Skip to content

Commit ca14894

Browse files
committed
chore: update dependencies for python 3.14 compatability
1 parent b648638 commit ca14894

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
boto3>=1.34.0,<2.0.0
2-
jsonschema<5,>=3.2 # TODO: evaluate risk of removing jsonschema 3.x support
2+
jsonschema>=4.23,<5 # 4.23+ required for Python 3.14.2+ compatibility
33
typing_extensions>=4.4 # 3.8 doesn't have Required, TypeGuard and ParamSpec
44

55
# resource validation & schema generation

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ruff~=0.4.5
88

99
# Test requirements
1010
pytest>=6.2,<8
11-
parameterized~=0.7
11+
parameterized>=0.9,<1
1212
hypothesis>=6.0,<7
1313

1414
# Integration tests
@@ -32,4 +32,4 @@ types-PyYAML~=6.0
3232
types-jsonschema~=3.2
3333

3434
# CloudFormation CLI tools
35-
cloudformation-cli>=0.2.39,<0.3.0
35+
# cloudformation-cli>=0.2.39,<0.3.0

0 commit comments

Comments
 (0)