Skip to content

Commit ccf72c5

Browse files
chore(deps)(deps-dev): update clickhouse-connect requirement
Updates the requirements on [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) to permit the latest version. - [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-connect@v0.7.0...v1.1.1) --- updated-dependencies: - dependency-name: clickhouse-connect dependency-version: 1.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 296917c commit ccf72c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ proxy = [
7878
# in a future release once boto3 is the only path.
7979
"boto3>=1.34,<2",
8080
"minio>=7.2,<8",
81-
"clickhouse-connect>=0.7,<1",
81+
"clickhouse-connect>=0.7,<2",
8282
"typer>=0.9,<1",
8383
# Required by the LoopBreaker (core proxy guardrail — not an NLP add-on).
8484
"numpy>=1.24,<2",

0 commit comments

Comments
 (0)