Skip to content

Commit bb10b27

Browse files
authored
DEPS: Bump adbc-driver-postgresql/sqlite to 1.2 (#62065)
1 parent 1412ed5 commit bb10b27

File tree

13 files changed

+42
-38
lines changed

13 files changed

+42
-38
lines changed

ci/deps/actions-311-minimum_versions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ dependencies:
2525
- numpy=1.26.0
2626

2727
# optional dependencies
28+
- adbc-driver-postgresql=1.2.0
29+
- adbc-driver-sqlite=1.2.0
2830
- beautifulsoup4=4.12.3
2931
- bottleneck=1.3.6
3032
- fastparquet=2024.2.0
@@ -40,7 +42,7 @@ dependencies:
4042
- odfpy=1.4.1
4143
- qtpy=2.3.0
4244
- openpyxl=3.1.2
43-
- psycopg2=2.9.6
45+
- psycopg2=2.9.9
4446
- pyarrow=12.0.1
4547
- pyiceberg=0.7.1
4648
- pymysql=1.1.0
@@ -60,6 +62,4 @@ dependencies:
6062
- zstandard=0.22.0
6163

6264
- pip:
63-
- adbc-driver-postgresql==0.10.0
64-
- adbc-driver-sqlite==0.8.0
6565
- tzdata==2023.3

ci/deps/actions-311.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ dependencies:
2323
- numpy
2424

2525
# optional dependencies
26+
- adbc-driver-postgresql>=1.2.0
27+
- adbc-driver-sqlite>=1.2.0
2628
- beautifulsoup4>=4.12.3
2729
- bottleneck>=1.3.6
2830
- fastparquet>=2024.2.0
@@ -39,7 +41,7 @@ dependencies:
3941
- qtpy>=2.3.0
4042
- pyqt>=5.15.9
4143
- openpyxl>=3.1.2
42-
- psycopg2>=2.9.6
44+
- psycopg2>=2.9.9
4345
- pyarrow>=12.0.1
4446
- pyiceberg>=0.7.1
4547
- pymysql>=1.1.0
@@ -58,5 +60,4 @@ dependencies:
5860
- zstandard>=0.22.0
5961

6062
- pip:
61-
- adbc-driver-postgresql>=0.10.0
62-
- adbc-driver-sqlite>=0.8.0
63+
- tzdata>=2023.3

ci/deps/actions-312.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ dependencies:
2323
- numpy
2424

2525
# optional dependencies
26+
- adbc-driver-postgresql>=1.2.0
27+
- adbc-driver-sqlite>=1.2.0
2628
- beautifulsoup4>=4.12.3
2729
- bottleneck>=1.3.6
2830
- fastparquet>=2024.2.0
@@ -39,7 +41,7 @@ dependencies:
3941
- qtpy>=2.3.0
4042
- pyqt>=5.15.9
4143
- openpyxl>=3.1.2
42-
- psycopg2>=2.9.6
44+
- psycopg2>=2.9.9
4345
- pyarrow>=12.0.1
4446
- pyiceberg>=0.7.1
4547
- pymysql>=1.1.0
@@ -58,6 +60,4 @@ dependencies:
5860
- zstandard>=0.22.0
5961

6062
- pip:
61-
- adbc-driver-postgresql>=0.10.0
62-
- adbc-driver-sqlite>=0.8.0
6363
- tzdata>=2023.3

ci/deps/actions-313-downstream_compat.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies:
2424
- numpy
2525

2626
# optional dependencies
27+
- adbc-driver-postgresql>=1.2.0
2728
- beautifulsoup4>=4.12.3
2829
- bottleneck>=1.3.6
2930
- fastparquet>=2024.2.0
@@ -39,7 +40,7 @@ dependencies:
3940
- odfpy>=1.4.1
4041
- qtpy>=2.3.0
4142
- openpyxl>=3.1.2
42-
- psycopg2>=2.9.6
43+
- psycopg2>=2.9.9
4344
- pyarrow>=12.0.1
4445
- pyiceberg>=0.7.1
4546
- pymysql>=1.1.0
@@ -70,6 +71,4 @@ dependencies:
7071
- pandas-datareader
7172
- pyyaml
7273
- pip:
73-
- adbc-driver-postgresql>=0.10.0
74-
- adbc-driver-sqlite>=0.8.0
7574
- tzdata>=2023.3

ci/deps/actions-313.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ dependencies:
2323
- numpy
2424

2525
# optional dependencies
26+
- adbc-driver-postgresql>=1.2.0
27+
- adbc-driver-sqlite>=1.2.0
2628
- beautifulsoup4>=4.12.3
2729
- blosc>=1.21.3
2830
- bottleneck>=1.3.6
@@ -40,7 +42,7 @@ dependencies:
4042
- qtpy>=2.3.0
4143
- pyqt>=5.15.9
4244
- openpyxl>=3.1.2
43-
- psycopg2>=2.9.6
45+
- psycopg2>=2.9.9
4446
- pyarrow>=12.0.1
4547
- pymysql>=1.1.0
4648
- pyreadstat>=1.2.6
@@ -58,6 +60,4 @@ dependencies:
5860
- zstandard>=0.22.0
5961

6062
- pip:
61-
- adbc-driver-postgresql>=0.10.0
62-
- adbc-driver-sqlite>=0.8.0
6363
- tzdata>=2023.3

doc/source/getting_started/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@ Dependency Minimum Versi
290290
`SQLAlchemy <https://github.com/sqlalchemy/sqlalchemy>`__ 2.0.0 postgresql, SQL support for databases other than sqlite
291291
mysql,
292292
sql-other
293-
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.6 postgresql PostgreSQL engine for sqlalchemy
293+
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.9 postgresql PostgreSQL engine for sqlalchemy
294294
`pymysql <https://github.com/PyMySQL/PyMySQL>`__ 1.1.0 mysql MySQL engine for sqlalchemy
295-
`adbc-driver-postgresql <https://github.com/apache/arrow-adbc>`__ 0.10.0 postgresql ADBC Driver for PostgreSQL
296-
`adbc-driver-sqlite <https://github.com/apache/arrow-adbc>`__ 0.8.0 sql-other ADBC Driver for SQLite
295+
`adbc-driver-postgresql <https://github.com/apache/arrow-adbc>`__ 1.2.0 postgresql ADBC Driver for PostgreSQL
296+
`adbc-driver-sqlite <https://github.com/apache/arrow-adbc>`__ 1.2.0 sql-other ADBC Driver for SQLite
297297
================================================================== ================== =============== ============================================
298298

299299
Other data sources

doc/source/whatsnew/v3.0.0.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,9 @@ Optional libraries below the lowest tested version may still work, but are not c
368368
+------------------------+---------------------+
369369
| fastparquet | 2024.2.0 |
370370
+------------------------+---------------------+
371-
| adbc-driver-postgresql | 0.10.0 |
371+
| adbc-driver-postgresql | 1.2.0 |
372+
+------------------------+---------------------+
373+
| adbc-driver-sqlite | 1.2.0 |
372374
+------------------------+---------------------+
373375
| mypy (dev) | 1.9.0 |
374376
+------------------------+---------------------+
@@ -388,6 +390,8 @@ Optional libraries below the lowest tested version may still work, but are not c
388390
+------------------------+---------------------+
389391
| numexpr | 2.9.0 |
390392
+------------------------+---------------------+
393+
| psycopg2 | 2.9.9 |
394+
+------------------------+---------------------+
391395
| pymysql | 1.1.0 |
392396
+------------------------+---------------------+
393397
| pyreadstat | 1.2.6 |

environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ dependencies:
2626
- numpy<3
2727

2828
# optional dependencies
29+
- adbc-driver-postgresql>=1.2.0
30+
- adbc-driver-sqlite>=1.2.0
2931
- beautifulsoup4>=4.12.3
3032
- bottleneck>=1.3.6
3133
- fastparquet>=2024.2.0
@@ -34,15 +36,14 @@ dependencies:
3436
- hypothesis>=6.84.0
3537
- gcsfs>=2023.12.2
3638
- ipython
37-
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
3839
- jinja2>=3.1.3
3940
- lxml>=4.9.2
4041
- matplotlib>=3.8.3
4142
- numba>=0.59.0
4243
- numexpr>=2.9.0
4344
- openpyxl>=3.1.2
4445
- odfpy>=1.4.1
45-
- psycopg2>=2.9.6
46+
- psycopg2>=2.9.9
4647
- pyarrow>=12.0.1
4748
- pyiceberg>=0.7.1
4849
- pymysql>=1.1.0
@@ -83,6 +84,7 @@ dependencies:
8384
# documentation
8485
- gitpython # obtain contributors from git for whatsnew
8586
- natsort # DataFrame.sort_values doctest
87+
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
8688
- numpydoc
8789
- pydata-sphinx-theme=0.16
8890
- pytest-cython # doctest
@@ -120,6 +122,4 @@ dependencies:
120122
- jupyterlite-pyodide-kernel
121123

122124
- pip:
123-
- adbc-driver-postgresql>=0.10.0
124-
- adbc-driver-sqlite>=0.8.0
125125
- tzdata>=2023.3

pandas/compat/_optional.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# deps_minimum.toml & pyproject.toml when updating versions!
2121

2222
VERSIONS = {
23-
"adbc-driver-postgresql": "0.10.0",
24-
"adbc-driver-sqlite": "0.8.0",
23+
"adbc-driver-postgresql": "1.2.0",
24+
"adbc-driver-sqlite": "1.2.0",
2525
"bs4": "4.12.3",
2626
"bottleneck": "1.3.6",
2727
"fastparquet": "2024.2.0",
@@ -36,7 +36,7 @@
3636
"numexpr": "2.9.0",
3737
"odfpy": "1.4.1",
3838
"openpyxl": "3.1.2",
39-
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
39+
"psycopg2": "2.9.9", # (dt dec pq3 ext lo64)
4040
"pymysql": "1.1.0",
4141
"pyarrow": "12.0.1",
4242
"pyiceberg": "0.7.1",

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ feather = ['pyarrow>=12.0.1']
6969
iceberg = ['pyiceberg>=0.7.1']
7070
hdf5 = ['tables>=3.8.0']
7171
spss = ['pyreadstat>=1.2.6']
72-
postgresql = ['SQLAlchemy>=2.0.0', 'psycopg2>=2.9.6', 'adbc-driver-postgresql>=0.10.0']
72+
postgresql = ['SQLAlchemy>=2.0.0', 'psycopg2>=2.9.9', 'adbc-driver-postgresql>=1.2.0']
7373
mysql = ['SQLAlchemy>=2.0.0', 'pymysql>=1.1.0']
74-
sql-other = ['SQLAlchemy>=2.0.0', 'adbc-driver-postgresql>=0.10.0', 'adbc-driver-sqlite>=0.8.0']
74+
sql-other = ['SQLAlchemy>=2.0.0', 'adbc-driver-postgresql>=1.2.0', 'adbc-driver-sqlite>=1.2.0']
7575
html = ['beautifulsoup4>=4.12.3', 'html5lib>=1.1', 'lxml>=4.9.2']
7676
xml = ['lxml>=4.9.2']
7777
plot = ['matplotlib>=3.8.3']
7878
output-formatting = ['jinja2>=3.1.3', 'tabulate>=0.9.0']
7979
clipboard = ['PyQt5>=5.15.9', 'qtpy>=2.3.0']
8080
compression = ['zstandard>=0.22.0']
8181
timezone = ['pytz>=2023.4']
82-
all = ['adbc-driver-postgresql>=0.10.0',
83-
'adbc-driver-sqlite>=0.8.0',
82+
all = ['adbc-driver-postgresql>=1.2.0',
83+
'adbc-driver-sqlite>=1.2.0',
8484
'beautifulsoup4>=4.12.3',
8585
'bottleneck>=1.3.6',
8686
'fastparquet>=2024.2.0',
@@ -95,7 +95,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
9595
'numexpr>=2.9.0',
9696
'odfpy>=1.4.1',
9797
'openpyxl>=3.1.2',
98-
'psycopg2>=2.9.6',
98+
'psycopg2>=2.9.9',
9999
'pyarrow>=12.0.1',
100100
'pyiceberg>=0.7.1',
101101
'pymysql>=1.1.0',

0 commit comments

Comments
 (0)