Skip to content

Commit cc6a760

Browse files
stainless-app[bot]Vivek Nair
andauthored
release: 1.6.1 (#380)
* chore(deps): update opentelemetry version bounds * fix(otel): add stable vendored OTLP exporter (#378) * release: 1.6.1 --------- Co-authored-by: Vivek Nair <vivek@gentrace.ai> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 3a42283 commit cc6a760

File tree

11 files changed

+964
-314
lines changed

11 files changed

+964
-314
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.0"
2+
".": "1.6.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.6.1 (2025-08-22)
4+
5+
Full Changelog: [v1.6.0...v1.6.1](https://github.com/gentrace/gentrace-python/compare/v1.6.0...v1.6.1)
6+
7+
### Bug Fixes
8+
9+
* **otel:** add stable vendored OTLP exporter ([#378](https://github.com/gentrace/gentrace-python/issues/378)) ([14895fc](https://github.com/gentrace/gentrace-python/commit/14895fc832cf4f667afa2dfbd5ce05e0dd9473dc))
10+
11+
12+
### Chores
13+
14+
* **deps:** update opentelemetry version bounds ([54a804a](https://github.com/gentrace/gentrace-python/commit/54a804a9a57a24726571b52e0090ecdc32bbe519))
15+
316
## 1.6.0 (2025-08-22)
417

518
Full Changelog: [v1.5.2...v1.6.0](https://github.com/gentrace/gentrace-python/compare/v1.5.2...v1.6.0)

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gentrace-py"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "The official Python library for the gentrace API"
55
dynamic = ["readme"]
66
license = "MIT"
@@ -15,10 +15,10 @@ dependencies = [
1515
"distro>=1.7.0, <2",
1616
"sniffio",
1717
"rich >= 14.0.0",
18-
"opentelemetry-sdk >= 1.21.0, < 1.33.0",
19-
"opentelemetry-exporter-otlp-proto-http >= 1.21.0, < 1.33.0",
18+
"opentelemetry-sdk >= 1.21.0",
19+
"opentelemetry-exporter-otlp-proto-http >= 1.21.0",
2020
"opentelemetry-instrumentation >= 0.41b0",
21-
"opentelemetry-processor-baggage >= 0.45.0b0, < 0.55.0",
21+
"opentelemetry-processor-baggage >= 0.45.0b0",
2222
"tomli >= 1.2.0; python_version < '3.11'",
2323
]
2424
requires-python = ">= 3.8"

0 commit comments

Comments
 (0)