Skip to content

DEPS: Bump adbc-driver-postgresql/sqlite to 1.2 #62065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/deps/actions-311-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies:
- numpy=1.26.0

# optional dependencies
- adbc-driver-postgresql=1.2.0
- adbc-driver-sqlite=1.2.0
- beautifulsoup4=4.12.3
- bottleneck=1.3.6
- fastparquet=2024.2.0
Expand All @@ -40,7 +42,7 @@ dependencies:
- odfpy=1.4.1
- qtpy=2.3.0
- openpyxl=3.1.2
- psycopg2=2.9.6
- psycopg2=2.9.9
- pyarrow=12.0.1
- pyiceberg=0.7.1
- pymysql=1.1.0
Expand All @@ -60,6 +62,4 @@ dependencies:
- zstandard=0.22.0

- pip:
- adbc-driver-postgresql==0.10.0
- adbc-driver-sqlite==0.8.0
- tzdata==2023.3
7 changes: 4 additions & 3 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=1.2.0
- adbc-driver-sqlite>=1.2.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
Expand All @@ -39,7 +41,7 @@ dependencies:
- qtpy>=2.3.0
- pyqt>=5.15.9
- openpyxl>=3.1.2
- psycopg2>=2.9.6
- psycopg2>=2.9.9
- pyarrow>=12.0.1
- pyiceberg>=0.7.1
- pymysql>=1.1.0
Expand All @@ -58,5 +60,4 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2023.3
6 changes: 3 additions & 3 deletions ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=1.2.0
- adbc-driver-sqlite>=1.2.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
Expand All @@ -39,7 +41,7 @@ dependencies:
- qtpy>=2.3.0
- pyqt>=5.15.9
- openpyxl>=3.1.2
- psycopg2>=2.9.6
- psycopg2>=2.9.9
- pyarrow>=12.0.1
- pyiceberg>=0.7.1
- pymysql>=1.1.0
Expand All @@ -58,6 +60,4 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2023.3
5 changes: 2 additions & 3 deletions ci/deps/actions-313-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.2.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
Expand All @@ -39,7 +40,7 @@ dependencies:
- odfpy>=1.4.1
- qtpy>=2.3.0
- openpyxl>=3.1.2
- psycopg2>=2.9.6
- psycopg2>=2.9.9
- pyarrow>=12.0.1
- pyiceberg>=0.7.1
- pymysql>=1.1.0
Expand Down Expand Up @@ -70,6 +71,4 @@ dependencies:
- pandas-datareader
- pyyaml
- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2023.3
6 changes: 3 additions & 3 deletions ci/deps/actions-313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies:
- numpy

# optional dependencies
- adbc-driver-postgresql>=1.2.0
- adbc-driver-sqlite>=1.2.0
- beautifulsoup4>=4.12.3
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand All @@ -40,7 +42,7 @@ dependencies:
- qtpy>=2.3.0
- pyqt>=5.15.9
- openpyxl>=3.1.2
- psycopg2>=2.9.6
- psycopg2>=2.9.9
- pyarrow>=12.0.1
- pymysql>=1.1.0
- pyreadstat>=1.2.6
Expand All @@ -58,6 +60,4 @@ dependencies:
- zstandard>=0.22.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2023.3
6 changes: 3 additions & 3 deletions doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ Dependency Minimum Versi
`SQLAlchemy <https://github.com/sqlalchemy/sqlalchemy>`__ 2.0.0 postgresql, SQL support for databases other than sqlite
mysql,
sql-other
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.6 postgresql PostgreSQL engine for sqlalchemy
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.9 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-sqlite <https://github.com/apache/arrow-adbc>`__ 0.8.0 sql-other ADBC Driver for SQLite
`adbc-driver-postgresql <https://github.com/apache/arrow-adbc>`__ 1.2.0 postgresql ADBC Driver for PostgreSQL
`adbc-driver-sqlite <https://github.com/apache/arrow-adbc>`__ 1.2.0 sql-other ADBC Driver for SQLite
================================================================== ================== =============== ============================================

Other data sources
Expand Down
6 changes: 5 additions & 1 deletion doc/source/whatsnew/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ 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.2.0 |
+------------------------+---------------------+
| adbc-driver-sqlite | 1.2.0 |
+------------------------+---------------------+
| mypy (dev) | 1.9.0 |
+------------------------+---------------------+
Expand All @@ -388,6 +390,8 @@ Optional libraries below the lowest tested version may still work, but are not c
+------------------------+---------------------+
| numexpr | 2.9.0 |
+------------------------+---------------------+
| psycopg2 | 2.9.9 |
+------------------------+---------------------+
| pymysql | 1.1.0 |
+------------------------+---------------------+
| pyreadstat | 1.2.6 |
Expand Down
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies:
- numpy<3

# optional dependencies
- adbc-driver-postgresql>=1.2.0
- adbc-driver-sqlite>=1.2.0
- beautifulsoup4>=4.12.3
- bottleneck>=1.3.6
- fastparquet>=2024.2.0
Expand All @@ -34,15 +36,14 @@ dependencies:
- hypothesis>=6.84.0
- gcsfs>=2023.12.2
- ipython
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
- jinja2>=3.1.3
- lxml>=4.9.2
- matplotlib>=3.8.3
- numba>=0.59.0
- numexpr>=2.9.0
- openpyxl>=3.1.2
- odfpy>=1.4.1
- psycopg2>=2.9.6
- psycopg2>=2.9.9
- pyarrow>=12.0.1
- pyiceberg>=0.7.1
- pymysql>=1.1.0
Expand Down Expand Up @@ -83,6 +84,7 @@ dependencies:
# documentation
- gitpython # obtain contributors from git for whatsnew
- natsort # DataFrame.sort_values doctest
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
- numpydoc
- pydata-sphinx-theme=0.16
- pytest-cython # doctest
Expand Down Expand Up @@ -120,6 +122,4 @@ dependencies:
- jupyterlite-pyodide-kernel

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2023.3
6 changes: 3 additions & 3 deletions pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# deps_minimum.toml & pyproject.toml when updating versions!

VERSIONS = {
"adbc-driver-postgresql": "0.10.0",
"adbc-driver-sqlite": "0.8.0",
"adbc-driver-postgresql": "1.2.0",
"adbc-driver-sqlite": "1.2.0",
"bs4": "4.12.3",
"bottleneck": "1.3.6",
"fastparquet": "2024.2.0",
Expand All @@ -36,7 +36,7 @@
"numexpr": "2.9.0",
"odfpy": "1.4.1",
"openpyxl": "3.1.2",
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
"psycopg2": "2.9.9", # (dt dec pq3 ext lo64)
"pymysql": "1.1.0",
"pyarrow": "12.0.1",
"pyiceberg": "0.7.1",
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@ 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.9', 'adbc-driver-postgresql>=1.2.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.2.0', 'adbc-driver-sqlite>=1.2.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',
'adbc-driver-sqlite>=0.8.0',
all = ['adbc-driver-postgresql>=1.2.0',
'adbc-driver-sqlite>=1.2.0',
'beautifulsoup4>=4.12.3',
'bottleneck>=1.3.6',
'fastparquet>=2024.2.0',
Expand All @@ -95,7 +95,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
'numexpr>=2.9.0',
'odfpy>=1.4.1',
'openpyxl>=3.1.2',
'psycopg2>=2.9.6',
'psycopg2>=2.9.9',
'pyarrow>=12.0.1',
'pyiceberg>=0.7.1',
'pymysql>=1.1.0',
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ PyQt5>=5.15.9
coverage
python-dateutil
numpy<3
adbc-driver-postgresql>=1.2.0
adbc-driver-sqlite>=1.2.0
beautifulsoup4>=4.12.3
bottleneck>=1.3.6
fastparquet>=2024.2.0
Expand All @@ -23,15 +25,14 @@ html5lib>=1.1
hypothesis>=6.84.0
gcsfs>=2023.12.2
ipython
pickleshare
jinja2>=3.1.3
lxml>=4.9.2
matplotlib>=3.8.3
numba>=0.59.0
numexpr>=2.9.0
openpyxl>=3.1.2
odfpy>=1.4.1
psycopg2-binary>=2.9.6
psycopg2-binary>=2.9.9
pyarrow>=12.0.1
pyiceberg>=0.7.1
pymysql>=1.1.0
Expand All @@ -58,6 +59,7 @@ tokenize-rt
pre-commit>=4.2.0
gitpython
natsort
pickleshare
numpydoc
pydata-sphinx-theme==0.16
pytest-cython
Expand All @@ -83,6 +85,4 @@ requests
pygments
jupyterlite-core
jupyterlite-pyodide-kernel
adbc-driver-postgresql>=0.10.0
adbc-driver-sqlite>=0.8.0
tzdata>=2023.3
2 changes: 1 addition & 1 deletion scripts/tests/data/deps_expected_random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- numexpr>=2.7.3
- openpyxl>=3.0.7
- odfpy>=1.4.1
- psycopg2>=2.8.6
- psycopg2>=2.9.9
- pyarrow<11, >=7.0.0
- pymysql>=1.1.0
- pyreadstat>=1.1.2
Expand Down
4 changes: 2 additions & 2 deletions scripts/tests/data/deps_minimum.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ parquet = ['pyarrow>=7.0.0']
feather = ['pyarrow>=7.0.0']
hdf5 = ['tables>=3.6.1']
spss = ['pyreadstat>=1.1.2']
postgresql = ['SQLAlchemy>=1.4.16', 'psycopg2>=2.8.6']
postgresql = ['SQLAlchemy>=1.4.16', 'psycopg2>=2.9.9']
mysql = ['SQLAlchemy>=1.4.16', 'pymysql>=1.1.0']
sql-other = ['SQLAlchemy>=1.4.16']
html = ['beautifulsoup4>=4.9.3', 'html5lib>=1.1', 'lxml>=4.6.3']
Expand All @@ -87,7 +87,7 @@ all = ['beautifulsoup4>=5.9.3',
'numexpr>=2.7.3',
'odfpy>=1.4.1',
'openpyxl>=3.0.7',
'psycopg2>=2.8.6',
'psycopg2>=2.9.9',
'pyarrow>=7.0.0',
'pymysql>=1.1.0',
'PyQt5>=5.15.1',
Expand Down
Loading