Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump adbc-driver-postgres
  • Loading branch information
mroeschke committed Aug 7, 2025
commit 11aab1541f34e069be711f47c38a2c6bea19efc5
2 changes: 1 addition & 1 deletion ci/deps/actions-310-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- numpy=1.26.0

# optional dependencies
- adbc-driver-postgresql=1.0.0
- beautifulsoup4=4.12.3
- bottleneck=1.3.6
- fastparquet=2024.2.0
Expand Down Expand Up @@ -60,6 +61,5 @@ dependencies:
- zstandard=0.22.0

- pip:
- adbc-driver-postgresql==0.10.0
- adbc-driver-sqlite==0.8.0
- tzdata==2023.3
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=1.0.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
Expand Down Expand Up @@ -58,6 +59,5 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2023.3
2 changes: 1 addition & 1 deletion ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=1.0.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
Expand Down Expand Up @@ -70,6 +71,5 @@ dependencies:
- pandas-datareader
- pyyaml
- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2023.3
2 changes: 1 addition & 1 deletion ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=1.0.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
Expand Down Expand Up @@ -58,5 +59,4 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
2 changes: 1 addition & 1 deletion ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=1.0.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
Expand Down Expand Up @@ -58,6 +59,5 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2023.3
2 changes: 1 addition & 1 deletion ci/deps/actions-313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=1.0.0
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -58,6 +59,5 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2023.3
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Dependency Minimum Versi
sql-other
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.6 postgresql PostgreSQL engine for sqlalchemy
`pymysql <https://github.com/PyMySQL/PyMySQL>`__ 1.1.0 mysql MySQL engine for sqlalchemy
`adbc-driver-postgresql <https://github.com/apache/arrow-adbc>`__ 0.10.0 postgresql ADBC Driver for PostgreSQL
`adbc-driver-postgresql <https://github.com/apache/arrow-adbc>`__ 1.0.0 postgresql ADBC Driver for PostgreSQL
`adbc-driver-sqlite <https://github.com/apache/arrow-adbc>`__ 0.8.0 sql-other ADBC Driver for SQLite
================================================================== ================== =============== ============================================

Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Optional libraries below the lowest tested version may still work, but are not c
+------------------------+---------------------+
| fastparquet | 2024.2.0 |
+------------------------+---------------------+
| adbc-driver-postgresql | 0.10.0 |
| adbc-driver-postgresql | 1.0.0 |
+------------------------+---------------------+
| mypy (dev) | 1.9.0 |
+------------------------+---------------------+
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- numpy<3

# optional dependencies
- adbc-driver-postgresql>=1.0.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
Expand Down Expand Up @@ -120,7 +121,6 @@ dependencies:
- jupyterlite-pyodide-kernel

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- typing_extensions; python_version<"3.11"
- tzdata>=2023.3
2 changes: 1 addition & 1 deletion pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# deps_minimum.toml & pyproject.toml when updating versions!

VERSIONS = {
"adbc-driver-postgresql": "0.10.0",
"adbc-driver-postgresql": "1.0.0",
"adbc-driver-sqlite": "0.8.0",
"bs4": "4.12.3",
"bottleneck": "1.3.6",
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ feather = ['pyarrow>=12.0.1']
iceberg = ['pyiceberg>=0.7.1']
hdf5 = ['tables>=3.8.0']
spss = ['pyreadstat>=1.2.6']
postgresql = ['SQLAlchemy>=2.0.0', 'psycopg2>=2.9.6', 'adbc-driver-postgresql>=0.10.0']
postgresql = ['SQLAlchemy>=2.0.0', 'psycopg2>=2.9.6', 'adbc-driver-postgresql>=1.0.0']
mysql = ['SQLAlchemy>=2.0.0', 'pymysql>=1.1.0']
sql-other = ['SQLAlchemy>=2.0.0', 'adbc-driver-postgresql>=0.10.0', 'adbc-driver-sqlite>=0.8.0']
sql-other = ['SQLAlchemy>=2.0.0', 'adbc-driver-postgresql>=1.0.0', 'adbc-driver-sqlite>=0.8.0']
html = ['beautifulsoup4>=4.12.3', 'html5lib>=1.1', 'lxml>=4.9.2']
xml = ['lxml>=4.9.2']
plot = ['matplotlib>=3.8.3']
output-formatting = ['jinja2>=3.1.3', 'tabulate>=0.9.0']
clipboard = ['PyQt5>=5.15.9', 'qtpy>=2.3.0']
compression = ['zstandard>=0.22.0']
timezone = ['pytz>=2023.4']
all = ['adbc-driver-postgresql>=0.10.0',
all = ['adbc-driver-postgresql>=1.0.0',
'adbc-driver-sqlite>=0.8.0',
'beautifulsoup4>=4.12.3',
'bottleneck>=1.3.6',
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ PyQt5>=5.15.9
coverage
python-dateutil
numpy<3
adbc-driver-postgresql>=1.0.0
beautifulsoup4>=4.12.3
bottleneck>=1.3.6
fastparquet>=2024.2.0
Expand Down Expand Up @@ -83,7 +84,6 @@ requests
pygments
jupyterlite-core
jupyterlite-pyodide-kernel
adbc-driver-postgresql>=0.10.0
adbc-driver-sqlite>=0.8.0
typing_extensions; python_version<"3.11"
tzdata>=2023.3