Skip to content

Commit 5d713e4

Browse files
chore(agent): pin aws-opentelemetry-distro with == for consistency
Change ~=0.17.0 (compatible release) to ==0.17.0 (exact pin) to match all other dependencies. No version change — just specifier tightening. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 74d282d commit 5d713e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"requests==2.34.2", #https://pypi.org/project/requests/
1010
"fastapi==0.136.1", #https://pypi.org/project/fastapi/
1111
"uvicorn==0.47.0", #https://pypi.org/project/uvicorn/
12-
"aws-opentelemetry-distro~=0.17.0", #https://pypi.org/project/aws-opentelemetry-distro/
12+
"aws-opentelemetry-distro==0.17.0", #https://pypi.org/project/aws-opentelemetry-distro/
1313
"mcp==1.27.1", #https://pypi.org/project/mcp/
1414
"cedarpy==4.8.3", #https://github.com/k9securityio/cedar-py
1515
]

agent/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)