From 559d781de92203e2287fac1a9a0c68e3d37d0a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 03:30:31 +0000 Subject: [PATCH] Update adbc-driver-postgresql requirement in /by-dataframe/polars Updates the requirements on [adbc-driver-postgresql](https://github.com/apache/arrow-adbc) to permit the latest version. - [Release notes](https://github.com/apache/arrow-adbc/releases) - [Changelog](https://github.com/apache/arrow-adbc/blob/go/adbc/v1.9.0/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-adbc/compare/apache-arrow-adbc-0.1.0-rc0...go/adbc/v1.9.0) --- updated-dependencies: - dependency-name: adbc-driver-postgresql dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- by-dataframe/polars/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/by-dataframe/polars/requirements.txt b/by-dataframe/polars/requirements.txt index cc863b5f..5017bdf0 100644 --- a/by-dataframe/polars/requirements.txt +++ b/by-dataframe/polars/requirements.txt @@ -1,4 +1,4 @@ -adbc-driver-postgresql<1.9 +adbc-driver-postgresql<1.10 connectorx>=0.4.5a1 pandas<2.4 polars<1.36