-
Notifications
You must be signed in to change notification settings - Fork 678
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
Conversation
4b7f36b
to
f10e156
Compare
instrumentation/opentelemetry-instrumentation-starlette/pyproject.toml
Outdated
Show resolved
Hide resolved
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.
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. |
f10e156
to
0e7d6c9
Compare
So I was able to generate locked dependencies for oldest and newest versions pretty easily with This works pretty nicely, I think we should adopt this for all packages. |
instrumentation/opentelemetry-instrumentation-starlette/test-requirements.latest.txt
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-starlette/test-requirements.latest.txt
Show resolved
Hide resolved
...entelemetry-instrumentation-starlette/src/opentelemetry/instrumentation/starlette/package.py
Show resolved
Hide resolved
@aabmass need to update the branch rules settings with the newer jobs names |
Description
Fixes #3300
Ran
uv sync --upgrade
to regenerate the lockfile with latest starlette.Type of change
Please delete options that are not relevant.
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?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.