-
Notifications
You must be signed in to change notification settings - Fork 440
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
Bump Python dependencies #2462
Merged
jaronoff97
merged 3 commits into
open-telemetry:main
from
yuriolisa:bump-python-dependencies
Dec 20, 2023
Merged
Bump Python dependencies #2462
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action) | ||
component: operator | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Bump python autoinstrumentation version to 1.22.0/0.43b0 | ||
|
||
# One or more tracking issues related to the change | ||
issues: [2460] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,57 @@ | ||
opentelemetry-distro==0.41b0 | ||
opentelemetry-distro==0.43b0 | ||
# We don't use the distro[otlp] option which automatically includes exporters since gRPC is not appropriate for | ||
# injected auto-instrumentation, where it has a strict dependency on the OS / Python version the artifact is built for. | ||
opentelemetry-exporter-otlp-proto-http==1.20.0 | ||
opentelemetry-exporter-otlp-proto-http==1.22.0 | ||
|
||
opentelemetry-propagator-b3==1.20.0 | ||
opentelemetry-propagator-jaeger==1.20.0 | ||
opentelemetry-propagator-b3==1.22.0 | ||
opentelemetry-propagator-jaeger==1.22.0 | ||
opentelemetry-propagator-aws-xray==1.0.1 | ||
|
||
opentelemetry-instrumentation==0.41b0 | ||
opentelemetry-propagator-ot-trace==0.41b0 | ||
opentelemetry-instrumentation==0.43b0 | ||
opentelemetry-propagator-ot-trace==0.43b0 | ||
|
||
# Copied in from https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation | ||
# except for aws-lambda | ||
opentelemetry-instrumentation-aio-pika==0.41b0 | ||
opentelemetry-instrumentation-aiohttp-client==0.41b0 | ||
opentelemetry-instrumentation-aiopg==0.41b0 | ||
opentelemetry-instrumentation-asgi==0.41b0 | ||
opentelemetry-instrumentation-asyncpg==0.41b0 | ||
opentelemetry-instrumentation-boto==0.41b0 | ||
opentelemetry-instrumentation-boto3sqs==0.41b0 | ||
opentelemetry-instrumentation-botocore==0.41b0 | ||
opentelemetry-instrumentation-celery==0.41b0 | ||
opentelemetry-instrumentation-confluent-kafka==0.41b0 | ||
opentelemetry-instrumentation-dbapi==0.41b0 | ||
opentelemetry-instrumentation-django==0.41b0 | ||
opentelemetry-instrumentation-elasticsearch==0.41b0 | ||
opentelemetry-instrumentation-falcon==0.41b0 | ||
opentelemetry-instrumentation-fastapi==0.41b0 | ||
opentelemetry-instrumentation-flask==0.41b0 | ||
opentelemetry-instrumentation-grpc==0.41b0 | ||
opentelemetry-instrumentation-httpx==0.41b0 | ||
opentelemetry-instrumentation-jinja2==0.41b0 | ||
opentelemetry-instrumentation-kafka-python==0.41b0 | ||
opentelemetry-instrumentation-logging==0.41b0 | ||
opentelemetry-instrumentation-mysql==0.41b0 | ||
opentelemetry-instrumentation-mysqlclient==0.41b0 | ||
opentelemetry-instrumentation-pika==0.41b0 | ||
opentelemetry-instrumentation-psycopg2==0.41b0 | ||
opentelemetry-instrumentation-pymemcache==0.41b0 | ||
opentelemetry-instrumentation-pymongo==0.41b0 | ||
opentelemetry-instrumentation-pymysql==0.41b0 | ||
opentelemetry-instrumentation-pyramid==0.41b0 | ||
opentelemetry-instrumentation-redis==0.41b0 | ||
opentelemetry-instrumentation-remoulade==0.41b0 | ||
opentelemetry-instrumentation-requests==0.41b0 | ||
opentelemetry-instrumentation-sklearn==0.41b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.41b0 | ||
opentelemetry-instrumentation-sqlite3==0.41b0 | ||
opentelemetry-instrumentation-starlette==0.41b0 | ||
opentelemetry-instrumentation-system-metrics==0.41b0 | ||
opentelemetry-instrumentation-tornado==0.41b0 | ||
opentelemetry-instrumentation-tortoiseorm==0.41b0 | ||
opentelemetry-instrumentation-urllib==0.41b0 | ||
opentelemetry-instrumentation-urllib3==0.41b0 | ||
opentelemetry-instrumentation-wsgi==0.41b0 | ||
opentelemetry-instrumentation-aio-pika==0.43b0 | ||
opentelemetry-instrumentation-aiohttp-client==0.43b0 | ||
opentelemetry-instrumentation-aiohttp-server==0.43b0 | ||
opentelemetry-instrumentation-aiopg==0.43b0 | ||
opentelemetry-instrumentation-asgi==0.43b0 | ||
opentelemetry-instrumentation-asyncpg==0.43b0 | ||
opentelemetry-instrumentation-boto==0.43b0 | ||
opentelemetry-instrumentation-boto3sqs==0.43b0 | ||
opentelemetry-instrumentation-botocore==0.43b0 | ||
opentelemetry-instrumentation-celery==0.43b0 | ||
opentelemetry-instrumentation-confluent-kafka==0.43b0 | ||
opentelemetry-instrumentation-dbapi==0.43b0 | ||
opentelemetry-instrumentation-django==0.43b0 | ||
opentelemetry-instrumentation-elasticsearch==0.43b0 | ||
opentelemetry-instrumentation-falcon==0.43b0 | ||
opentelemetry-instrumentation-fastapi==0.43b0 | ||
opentelemetry-instrumentation-flask==0.43b0 | ||
opentelemetry-instrumentation-grpc==0.43b0 | ||
opentelemetry-instrumentation-httpx==0.43b0 | ||
opentelemetry-instrumentation-jinja2==0.43b0 | ||
opentelemetry-instrumentation-kafka-python==0.43b0 | ||
opentelemetry-instrumentation-logging==0.43b0 | ||
opentelemetry-instrumentation-mysql==0.43b0 | ||
opentelemetry-instrumentation-mysqlclient==0.43b0 | ||
opentelemetry-instrumentation-pika==0.43b0 | ||
opentelemetry-instrumentation-psycopg2==0.43b0 | ||
opentelemetry-instrumentation-pymemcache==0.43b0 | ||
opentelemetry-instrumentation-pymongo==0.43b0 | ||
opentelemetry-instrumentation-pymysql==0.43b0 | ||
opentelemetry-instrumentation-pyramid==0.43b0 | ||
opentelemetry-instrumentation-redis==0.43b0 | ||
opentelemetry-instrumentation-remoulade==0.43b0 | ||
opentelemetry-instrumentation-requests==0.43b0 | ||
opentelemetry-instrumentation-sklearn==0.43b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.43b0 | ||
opentelemetry-instrumentation-sqlite3==0.43b0 | ||
opentelemetry-instrumentation-starlette==0.43b0 | ||
opentelemetry-instrumentation-system-metrics==0.43b0 | ||
opentelemetry-instrumentation-tornado==0.43b0 | ||
opentelemetry-instrumentation-tortoiseorm==0.43b0 | ||
opentelemetry-instrumentation-urllib==0.43b0 | ||
opentelemetry-instrumentation-urllib3==0.43b0 | ||
opentelemetry-instrumentation-wsgi==0.43b0 |
Oops, something went wrong.
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.
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.
Release 0.42b0 added a new package that we should include:
opentelemetry-instrumentation-aiohttp-server
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.
Just added it.
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.
It looks like it didn't get tagged properly: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/v0.43b0/instrumentation. And it doesnt show up on https://pypi.org/project/opentelemetry-instrumentation-aiohttp-server/. So lets skip for now.
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.
open-telemetry/opentelemetry-python-contrib#2053
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.
Lets remove this package from our requirements.txt again. Hopefully they fix the tagging in the future.