Skip to content

Commit 3f36935

Browse files
authored
Restrict protobuf and bump our version (#636)
* Restrict protobuf versions * Bump our version to 2.6.0
1 parent 0ebd9dd commit 3f36935

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies = [
3131
"opentelemetry-instrumentation==0.56b0",
3232
"opentelemetry-instrumentation-system-metrics==0.56b0",
3333
"opentelemetry-semantic-conventions==0.56b0",
34+
"protobuf>=6.31.1", # not our direct dep, prevents installing vulnerable proto versions (CVE‑2025‑4565)
3435
]
3536

3637
[project.urls]

src/splunk_otel/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = "2.5.0"
16+
__version__ = "2.6.0"

0 commit comments

Comments
 (0)