update clickhouse verson

This commit is contained in:
Alex Holovach
2025-11-04 01:41:26 -06:00
parent acc436f8d8
commit 4948896fb6
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@kubiks/otel-clickhouse": patch
---
Update @clickhouse/client peer dependency to require >=0.2.7 to ensure X-ClickHouse-Summary parsing support

View File

@@ -46,7 +46,7 @@
"vitest": "0.33.0"
},
"peerDependencies": {
"@clickhouse/client": ">=0.2.0",
"@clickhouse/client": ">=0.2.7",
"@opentelemetry/api": ">=1.9.0 <2.0.0"
},
"peerDependenciesMeta": {