We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf1c05 commit f528d26Copy full SHA for f528d26
cli/requirements.txt
@@ -16,7 +16,7 @@ aws-cdk.core~=1.164
16
aws_cdk.aws-cloudwatch~=1.164
17
aws_cdk.aws-lambda~=1.164
18
boto3>=1.16.14
19
-connexion~=2.13.0
+connexion~=3.1
20
flask>=2.2.5,<2.3
21
jinja2~=3.0
22
jmespath~=0.10
cli/setup.py
@@ -47,7 +47,7 @@ def readme():
47
"aws-cdk.aws-sqs~=" + CDK_VERSION,
48
"aws-cdk.aws-cloudformation~=" + CDK_VERSION,
49
"werkzeug==3.0.3",
50
- "connexion~=2.13.0",
+ "connexion~=3.1",
51
"flask>=2.2.5,<2.3",
52
"jmespath~=0.10",
53
"jsii==1.85.0",
0 commit comments