We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b648638 commit ca14894Copy full SHA for ca14894
requirements/base.txt
@@ -1,5 +1,5 @@
1
boto3>=1.34.0,<2.0.0
2
-jsonschema<5,>=3.2 # TODO: evaluate risk of removing jsonschema 3.x support
+jsonschema>=4.23,<5 # 4.23+ required for Python 3.14.2+ compatibility
3
typing_extensions>=4.4 # 3.8 doesn't have Required, TypeGuard and ParamSpec
4
5
# resource validation & schema generation
requirements/dev.txt
@@ -8,7 +8,7 @@ ruff~=0.4.5
8
9
# Test requirements
10
pytest>=6.2,<8
11
-parameterized~=0.7
+parameterized>=0.9,<1
12
hypothesis>=6.0,<7
13
14
# Integration tests
@@ -32,4 +32,4 @@ types-PyYAML~=6.0
32
types-jsonschema~=3.2
33
34
# CloudFormation CLI tools
35
-cloudformation-cli>=0.2.39,<0.3.0
+# cloudformation-cli>=0.2.39,<0.3.0
0 commit comments