Skip to content

Commit 8fc0fcd

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Change flask version constrain format
The version constraints are the same from the perspective of Python. But Conda only correctly parses the constraint after this commit. Signed-off-by: Hanwen <[email protected]>
1 parent 7494de3 commit 8fc0fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ aws_cdk.aws-cloudwatch~=1.164
1717
aws_cdk.aws-lambda~=1.164
1818
boto3>=1.16.14
1919
connexion~=2.13.0
20-
flask>=2.2.5,==2.2.*
20+
flask>=2.2.5,<2.3
2121
jinja2~=3.0
2222
jmespath~=0.10
2323
jsii==1.85.0

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def readme():
4848
"aws-cdk.aws-cloudformation~=" + CDK_VERSION,
4949
"werkzeug~=2.0",
5050
"connexion~=2.13.0",
51-
"flask>=2.2.5,==2.2.*",
51+
"flask>=2.2.5,<2.3",
5252
"jmespath~=0.10",
5353
"jsii==1.85.0",
5454
]

0 commit comments

Comments
 (0)