-
Notifications
You must be signed in to change notification settings - Fork 955
chore(deps): various vulnerabilities resolution #3280
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Constrain AnthropIc upper bound (avoid surprise future breakages) and align style
An unbounded ">=0.64.0" risks breakage with future 0.x minors (Anthropic has introduced API shifts between 0.x minors). Other packages use ^0.64.0; align here or add an explicit upper bound.
Apply one of these (pick one to match your policy):
Option A — align with other packages:
Option B — guard against majors while allowing future 0.x:
To spot remaining inconsistencies across the repo:
🏁 Script executed:
Length of output: 1592
Align AnthropIc version constraint to caret for consistency
The
packages/opentelemetry-instrumentation-bedrock/pyproject.tomlcurrently allows any future 0.x release, which diverges from other packages pinning to^0.64.0. Update it to match:• File: packages/opentelemetry-instrumentation-bedrock/pyproject.toml
Line: 31
This change ensures uniform dependency style across the repo and guards against breaking 0.x releases.
📝 Committable suggestion
🤖 Prompt for AI Agents