We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3762ce commit 4486123Copy full SHA for 4486123
codegen/core/src/main/java/software/amazon/smithy/python/codegen/SmithyPythonDependency.java
@@ -33,7 +33,7 @@ public final class SmithyPythonDependency {
33
*/
34
public static final PythonDependency SMITHY_HTTP = new PythonDependency(
35
"smithy_http",
36
- "~=0.1.0",
+ "~=0.2.0",
37
Type.DEPENDENCY,
38
false);
39
@@ -42,7 +42,7 @@ public final class SmithyPythonDependency {
42
43
public static final PythonDependency AWS_CRT = new PythonDependency(
44
"awscrt",
45
- ">=0.23.10",
+ "~=0.28.2",
46
47
48
0 commit comments