Skip to content

Commit a767931

Browse files
authored
Remove version constraint for smithy-core in intermediate smithy packages (#616)
1 parent 2257f56 commit a767931

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/smithy-aws-event-stream/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Software Development :: Libraries"
2727
]
2828
dependencies = [
29-
"smithy-core~=0.2.0",
29+
"smithy-core",
3030
]
3131

3232
[project.urls]

packages/smithy-http/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Software Development :: Libraries"
2727
]
2828
dependencies = [
29-
"smithy-core~=0.2.0",
29+
"smithy-core",
3030
]
3131

3232
[project.urls]

packages/smithy-json/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"ijson>=3.3.0",
30-
"smithy-core~=0.2.0",
30+
"smithy-core",
3131
]
3232

3333
[project.urls]

0 commit comments

Comments
 (0)