File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ moto = py.typed
4646[options.extras_require]
4747all =
4848 antlr4-python3-runtime
49- aws-sam-translator<=1.103.0
49+ aws-sam-translator<=1.103.0; python_version >= "3.14"
50+ aws-sam-translator>=1.105.0; python_version < "3.14"
5051 joserfc>=0.9.0
5152 jsonpath_ng
5253 docker>=3.0.0
6364 multipart
6465proxy =
6566 antlr4-python3-runtime
66- aws-sam-translator<=1.103.0
67+ aws-sam-translator<=1.103.0; python_version >= "3.14"
68+ aws-sam-translator>=1.105.0; python_version < "3.14"
6769 joserfc>=0.9.0
6870 jsonpath_ng
6971 docker>=2.5.1
@@ -79,7 +81,8 @@ proxy =
7981 multipart
8082server =
8183 antlr4-python3-runtime
82- aws-sam-translator<=1.103.0
84+ aws-sam-translator<=1.103.0; python_version >= "3.14"
85+ aws-sam-translator>=1.105.0; python_version < "3.14"
8386 joserfc>=0.9.0
8487 jsonpath_ng
8588 docker>=3.0.0
You can’t perform that action at this time.
0 commit comments