Skip to content

Commit 9543b59

Browse files
viren-nadkarnisilv-io
authored andcommitted
Fix aws-sam-translator pinning (#82)
Co-authored-by: Silvio Vasiljevic <silvio.vasiljevic@gmail.com>
1 parent f41d106 commit 9543b59

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

setup.cfg

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ moto = py.typed
4646
[options.extras_require]
4747
all =
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
@@ -63,7 +64,8 @@ all =
6364
multipart
6465
proxy =
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
8082
server =
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

0 commit comments

Comments
 (0)