Skip to content

Update dependency ranges for generated clients #483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ private AwsPythonDependency() {}
*/
public static final PythonDependency SMITHY_AWS_CORE = new PythonDependency(
"smithy_aws_core",
// You'll need to locally install this before we publish
"==0.0.1",
"<0.1.0",
PythonDependency.Type.DEPENDENCY,
false);
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public final class SmithyPythonDependency {
*/
public static final PythonDependency SMITHY_CORE = new PythonDependency(
"smithy_core",
// You'll need to locally install this before we publish
"==0.0.1",
"<0.1.0",
Type.DEPENDENCY,
false);

Expand All @@ -34,8 +33,7 @@ public final class SmithyPythonDependency {
*/
public static final PythonDependency SMITHY_HTTP = new PythonDependency(
"smithy_http",
// You'll need to locally install this before we publish
"==0.0.1",
"<0.1.0",
Type.DEPENDENCY,
false);

Expand All @@ -62,7 +60,7 @@ public final class SmithyPythonDependency {
*/
public static final PythonDependency SMITHY_JSON = new PythonDependency(
"smithy_json",
"==0.0.1",
"<0.1.0",
Type.DEPENDENCY,
false);

Expand All @@ -71,7 +69,7 @@ public final class SmithyPythonDependency {
*/
public static final PythonDependency SMITHY_AWS_EVENT_STREAM = new PythonDependency(
"smithy_aws_event_stream",
"==0.0.1",
"<0.1.0",
Type.DEPENDENCY,
false);

Expand Down
2 changes: 1 addition & 1 deletion packages/smithy-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "smithy-core"
version = "0.0.1"
version = "0.0.2"
description = "Core components for implementing Smithy tooling in Python."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.