Skip to content
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

Loosen opentelemetry-instrumentation-starlette[instruments] specifier #3304

Merged
merged 11 commits into from
Mar 3, 2025

Conversation

aabmass
Copy link
Member

@aabmass aabmass commented Feb 26, 2025

Description

Fixes #3300

Ran uv sync --upgrade to regenerate the lockfile with latest starlette.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

I haven't actually tested this. Hoping @Kludex can confirm if this should be working.

Does This PR Require a Core Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

Sorry, something went wrong.

@aabmass aabmass requested a review from a team as a code owner February 26, 2025 23:52
Copy link
Contributor

@xrmx xrmx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add a test requirements with latest starlette too

@aabmass
Copy link
Member Author

aabmass commented Feb 27, 2025

I think we should add a test requirements with latest starlette too

Ya probably, I'll add to this PR. We really need a better way to do this long term I think.

@aabmass
Copy link
Member Author

aabmass commented Feb 28, 2025

So I was able to generate locked dependencies for oldest and newest versions pretty easily with uv pip compile --resolution lowest-direct | highest https://docs.astral.sh/uv/concepts/resolution/#resolution-strategy

This works pretty nicely, I think we should adopt this for all packages.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@xrmx
Copy link
Contributor

xrmx commented Mar 3, 2025

@aabmass need to update the branch rules settings with the newer jobs names

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@aabmass aabmass enabled auto-merge (squash) March 3, 2025 18:56

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@aabmass
Copy link
Member Author

aabmass commented Mar 3, 2025

Added 46282d4 so I can submit this since the CI is deadlocked between this PR and #3322.

@aabmass aabmass merged commit c6c0162 into open-telemetry:main Mar 3, 2025
712 checks passed
@aabmass aabmass deleted the starlette-fix branch March 3, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Starlette instrumentation's instruments version is too restrictive
4 participants