Skip to content

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

@aabmass aabmass requested a review from a team as a code owner February 26, 2025 23:52
@xrmx xrmx moved this to Easy to review / merge / close in @xrmx's Python PR digest Feb 27, 2025
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.

@xrmx
Copy link
Contributor

xrmx commented Mar 3, 2025

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

@aabmass aabmass enabled auto-merge (squash) March 3, 2025 18:56
@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
@github-project-automation github-project-automation bot moved this from Easy to review / merge / close to Done in @xrmx's Python PR digest Mar 3, 2025
@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

Status: Done

Development

Successfully merging this pull request may close these issues.

Starlette instrumentation's instruments version is too restrictive

4 participants