Skip to content

Commit 4486123

Browse files
committed
Update code-generator to use latest package versions
1 parent f3762ce commit 4486123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2.0",
3737
Type.DEPENDENCY,
3838
false);
3939

@@ -42,7 +42,7 @@ public final class SmithyPythonDependency {
4242
*/
4343
public static final PythonDependency AWS_CRT = new PythonDependency(
4444
"awscrt",
45-
">=0.23.10",
45+
"~=0.28.2",
4646
Type.DEPENDENCY,
4747
false);
4848

0 commit comments

Comments
 (0)