Skip to content

Commit f6656b9

Browse files
committed
Update codegen dependency ranges to ~=0.1.0
1 parent 2a919c8 commit f6656b9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

codegen/aws/core/src/main/java/software/amazon/smithy/python/aws/codegen/AwsPythonDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private AwsPythonDependency() {}
2222
*/
2323
public static final PythonDependency SMITHY_AWS_CORE = new PythonDependency(
2424
"smithy_aws_core",
25-
"<0.1.0",
25+
"~=0.1.0",
2626
PythonDependency.Type.DEPENDENCY,
2727
false);
2828
}

codegen/core/src/main/java/software/amazon/smithy/python/codegen/SmithyPythonDependency.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public final class SmithyPythonDependency {
2222
*/
2323
public static final PythonDependency SMITHY_CORE = new PythonDependency(
2424
"smithy_core",
25-
"<0.1.0",
25+
"~=0.1.0",
2626
Type.DEPENDENCY,
2727
false);
2828

@@ -33,7 +33,7 @@ public final class SmithyPythonDependency {
3333
*/
3434
public static final PythonDependency SMITHY_HTTP = new PythonDependency(
3535
"smithy_http",
36-
"<0.1.0",
36+
"~=0.1.0",
3737
Type.DEPENDENCY,
3838
false);
3939

@@ -60,7 +60,7 @@ public final class SmithyPythonDependency {
6060
*/
6161
public static final PythonDependency SMITHY_JSON = new PythonDependency(
6262
"smithy_json",
63-
"<0.1.0",
63+
"~=0.1.0",
6464
Type.DEPENDENCY,
6565
false);
6666

@@ -69,7 +69,7 @@ public final class SmithyPythonDependency {
6969
*/
7070
public static final PythonDependency SMITHY_AWS_EVENT_STREAM = new PythonDependency(
7171
"smithy_aws_event_stream",
72-
"<0.1.0",
72+
"~=0.1.0",
7373
Type.DEPENDENCY,
7474
false);
7575

@@ -78,7 +78,7 @@ public final class SmithyPythonDependency {
7878
*/
7979
public static final PythonDependency SMITHY_AWS_CORE = new PythonDependency(
8080
"smithy_aws_core",
81-
"<0.1.0",
81+
"~=0.1.0",
8282
Type.DEPENDENCY,
8383
false);
8484

0 commit comments

Comments
 (0)