Skip to content

Commit b88dfc2

Browse files
committed
Use aws core version as the "main" sdk version. client library version is still captured on api field as expected by ua/2.0
1 parent b727753 commit b88dfc2

File tree

1 file changed

+1
-2
lines changed
  • packages/smithy-aws-core/src/smithy_aws_core/interceptors

1 file changed

+1
-2
lines changed

packages/smithy-aws-core/src/smithy_aws_core/interceptors/user_agent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ def read_after_serialization(
5858

5959
def _build_sdk_metadata(self) -> list[UserAgentComponent]:
6060
return [
61-
UserAgentComponent(_USERAGENT_SDK_NAME, self._sdk_version),
62-
UserAgentComponent("md", "smithy-aws-core", smithy_aws_core.__version__),
61+
UserAgentComponent(_USERAGENT_SDK_NAME, smithy_aws_core.__version__),
6362
UserAgentComponent("md", "smithy-core", smithy_core.__version__),
6463
*self._crt_version(),
6564
]

0 commit comments

Comments
 (0)