Skip to content

Commit fd4f8c6

Browse files
committed
ruff
1 parent dcfedb0 commit fd4f8c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- `opentelemetry-instrumentation-sqlalchemy` Update unit tests to run with SQLALchemy 2
1717
([#2976](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2976))
18+
- Add `opentelemetry-instrumentation-openai-v2` to `opentelemetry-bootstrap`
19+
([#2996](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2996))
1820

1921
### Fixed
2022

scripts/otel_packaging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def get_instrumentation_packages():
3737
continue
3838
pkg_paths.append(pkg_path)
3939

40-
4140
for pkg_path in sorted(pkg_paths):
4241
try:
4342
version = subprocess.check_output(

0 commit comments

Comments
 (0)