From 457c88e7e355df3ab203e0cddf5fb5c5e359d346 Mon Sep 17 00:00:00 2001 From: jonathan343 Date: Thu, 11 Dec 2025 10:34:50 -0500 Subject: [PATCH] Remove version constraint for smithy-core in intermediate smithy packages --- packages/smithy-aws-event-stream/pyproject.toml | 2 +- packages/smithy-http/pyproject.toml | 2 +- packages/smithy-json/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/smithy-aws-event-stream/pyproject.toml b/packages/smithy-aws-event-stream/pyproject.toml index 081b7761b..25a219268 100644 --- a/packages/smithy-aws-event-stream/pyproject.toml +++ b/packages/smithy-aws-event-stream/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Topic :: Software Development :: Libraries" ] dependencies = [ - "smithy-core~=0.2.0", + "smithy-core", ] [project.urls] diff --git a/packages/smithy-http/pyproject.toml b/packages/smithy-http/pyproject.toml index 18a5ce0a7..f9b609a60 100644 --- a/packages/smithy-http/pyproject.toml +++ b/packages/smithy-http/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Topic :: Software Development :: Libraries" ] dependencies = [ - "smithy-core~=0.2.0", + "smithy-core", ] [project.urls] diff --git a/packages/smithy-json/pyproject.toml b/packages/smithy-json/pyproject.toml index d6ebe1452..b4c113e87 100644 --- a/packages/smithy-json/pyproject.toml +++ b/packages/smithy-json/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ "ijson>=3.3.0", - "smithy-core~=0.2.0", + "smithy-core", ] [project.urls]