Skip to content

DEPS: bump adbc-driver-sqlite min version to 0.10.0 #58014

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

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 2 additions & 2 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies:
- pytz

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.10.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -57,7 +59,5 @@ dependencies:
- zstandard>=0.19.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
- pytest-localserver>=0.7.1
4 changes: 2 additions & 2 deletions ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ dependencies:
- pytz

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.10.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -72,6 +74,4 @@ dependencies:
- pyyaml
- py
- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
4 changes: 2 additions & 2 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies:
- pytz

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.10.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -57,6 +59,4 @@ dependencies:
- zstandard>=0.19.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- pytest-localserver>=0.7.1
4 changes: 2 additions & 2 deletions ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies:
- pytz

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.10.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -57,7 +59,5 @@ dependencies:
- zstandard>=0.19.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
- pytest-localserver>=0.7.1
4 changes: 2 additions & 2 deletions ci/deps/actions-39-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies:
- pytz=2020.1

# optional dependencies
- adbc-driver-postgresql=0.10.0
- adbc-driver-sqlite=0.10.0
- beautifulsoup4=4.11.2
- blosc=1.21.3
- bottleneck=1.3.6
Expand Down Expand Up @@ -60,6 +62,4 @@ dependencies:
- zstandard=0.19.0

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

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.10.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -57,7 +59,5 @@ dependencies:
- zstandard>=0.19.0

- pip:
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.8.0
- tzdata>=2022.7
- pytest-localserver>=0.7.1
5 changes: 2 additions & 3 deletions ci/deps/circle-310-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dependencies:
- pytz

# optional dependencies
- adbc-driver-postgresql>=0.10.0
- adbc-driver-sqlite>=0.10.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
Expand Down Expand Up @@ -56,6 +58,3 @@ dependencies:
- xlrd>=2.0.1
- xlsxwriter>=3.0.5
- zstandard>=0.19.0
- pip:
- adbc-driver-postgresql>=0.8.0
- adbc-driver-sqlite>=0.8.0
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ SQLAlchemy 2.0.0 postgresql, SQL support for dat
psycopg2 2.9.6 postgresql PostgreSQL engine for sqlalchemy
pymysql 1.0.2 mysql MySQL engine for sqlalchemy
adbc-driver-postgresql 0.10.0 postgresql ADBC Driver for PostgreSQL
adbc-driver-sqlite 0.8.0 sql-other ADBC Driver for SQLite
adbc-driver-sqlite 0.10.0 sql-other ADBC Driver for SQLite
========================= ================== =============== =============================================================

Other data sources
Expand Down
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ Optional libraries below the lowest tested version may still work, but are not c
+------------------------+---------------------+
| adbc-driver-postgresql | 0.10.0 |
+------------------------+---------------------+
| adbc-driver-sqlite | 0.10.0 |
+------------------------+---------------------+

See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.

Expand Down
2 changes: 1 addition & 1 deletion pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

VERSIONS = {
"adbc-driver-postgresql": "0.10.0",
"adbc-driver-sqlite": "0.8.0",
"adbc-driver-sqlite": "0.10.0",
"bs4": "4.11.2",
"blosc": "1.21.3",
"bottleneck": "1.3.6",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/i
spss = ['pyreadstat>=1.2.0']
postgresql = ['SQLAlchemy>=2.0.0', 'psycopg2>=2.9.6', 'adbc-driver-postgresql>=0.10.0']
mysql = ['SQLAlchemy>=2.0.0', 'pymysql>=1.0.2']
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>=0.10.0', 'adbc-driver-sqlite>=0.10.0']
html = ['beautifulsoup4>=4.11.2', 'html5lib>=1.1', 'lxml>=4.9.2']
xml = ['lxml>=4.9.2']
plot = ['matplotlib>=3.6.3']
output-formatting = ['jinja2>=3.1.2', 'tabulate>=0.9.0']
clipboard = ['PyQt5>=5.15.9', 'qtpy>=2.3.0']
compression = ['zstandard>=0.19.0']
all = ['adbc-driver-postgresql>=0.10.0',
'adbc-driver-sqlite>=0.8.0',
'adbc-driver-sqlite>=0.10.0',
'beautifulsoup4>=4.11.2',
# blosc only available on conda (https://github.com/Blosc/python-blosc/issues/297)
#'blosc>=1.21.3',
Expand Down