File tree Expand file tree Collapse file tree
aws/core/src/main/java/software/amazon/smithy/python/aws/codegen
core/src/main/java/software/amazon/smithy/python/codegen Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments