Skip to content

Commit 0533713

Browse files
Release 2.2.13 (#270)
* remove logs * remove requirements * Bump version * Add OTLP example * Add OTLP example (#259) * Adhere to otel span attributes (#257) * adhere to otel's semconv * lock attributes version * lock to 7.0.0 trace attributes * bump version --------- Co-authored-by: Karthik Kalyanaraman <[email protected]> * Squash * Bump opentelemetry dependency (#269) * Bump opentelemetry-instrumentation>=0.47b0 * Bump version --------- Co-authored-by: Ali Waleed <[email protected]>
1 parent 7372db2 commit 0533713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
'trace-attributes==7.0.0',
2222
'opentelemetry-api>=1.25.0',
2323
'opentelemetry-sdk>=1.25.0',
24-
'opentelemetry-instrumentation>=0.46b0',
24+
'opentelemetry-instrumentation>=0.47b0',
2525
'opentelemetry-instrumentation-sqlalchemy>=0.46b0',
2626
'opentelemetry-exporter-otlp-proto-http>=1.25.0',
2727
'opentelemetry-exporter-otlp-proto-grpc>=1.25.0',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.12"
1+
__version__ = "2.2.13"

0 commit comments

Comments
 (0)