-
Notifications
You must be signed in to change notification settings - Fork 631
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
Test packages that are released individually with lowest versions they support #2961
Merged
lzchen
merged 8 commits into
open-telemetry:main
from
lmolkova:test-packages-with-non-current-versions
Nov 7, 2024
Merged
Test packages that are released individually with lowest versions they support #2961
lzchen
merged 8 commits into
open-telemetry:main
from
lmolkova:test-packages-with-non-current-versions
Nov 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emdneto
reviewed
Nov 5, 2024
lmolkova
commented
Nov 5, 2024
lmolkova
force-pushed
the
test-packages-with-non-current-versions
branch
from
November 5, 2024 23:45
ac85e05
to
4ba52ac
Compare
I think CI failures are coming from open-telemetry/opentelemetry-python#4245 which is not merged yet |
lzchen
reviewed
Nov 6, 2024
instrumentation-genai/opentelemetry-instrumentation-openai-v2/pyproject.toml
Show resolved
Hide resolved
lzchen
reviewed
Nov 6, 2024
lzchen
reviewed
Nov 6, 2024
lmolkova
force-pushed
the
test-packages-with-non-current-versions
branch
from
November 6, 2024 02:43
c6a256e
to
5a1c4dc
Compare
xrmx
reviewed
Nov 6, 2024
lmolkova
commented
Nov 6, 2024
propagator/opentelemetry-propagator-aws-xray/test-requirements-1.txt
Outdated
Show resolved
Hide resolved
lmolkova
commented
Nov 6, 2024
sdk-extension/opentelemetry-sdk-extension-aws/test-requirements-1.txt
Outdated
Show resolved
Hide resolved
lmolkova
force-pushed
the
test-packages-with-non-current-versions
branch
from
November 6, 2024 17:19
324f663
to
3f2574b
Compare
xrmx
approved these changes
Nov 7, 2024
lmolkova
force-pushed
the
test-packages-with-non-current-versions
branch
from
November 7, 2024 17:29
48cd6ad
to
3f2574b
Compare
lzchen
approved these changes
Nov 7, 2024
lmolkova
added a commit
to lmolkova/opentelemetry-python-contrib
that referenced
this pull request
Nov 7, 2024
10 tasks
lmolkova
added a commit
to lmolkova/opentelemetry-python-contrib
that referenced
this pull request
Nov 7, 2024
9 tasks
lmolkova
added a commit
to lmolkova/opentelemetry-python-contrib
that referenced
this pull request
Nov 7, 2024
lzchen
pushed a commit
that referenced
this pull request
Nov 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We are currently testing packages that are released individually with the latest API , SDK and otel-instrumentation. But they list lower versions in their project.toml.
As a result, we don't catch when project.toml goes out of sync with the code. And we don't auto-update dependencies for them.
This PR fixes this:
Type of change
Please delete options that are not relevant.
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.