DEPS: Bump adbc-driver-postgresql/sqlite to 1.2 (#62065) · pandas-dev/pandas@bb10b27 (original) (raw)

13 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -25,6 +25,8 @@ dependencies:
25 25 - numpy=1.26.0
26 26
27 27 # optional dependencies
28 + - adbc-driver-postgresql=1.2.0
29 + - adbc-driver-sqlite=1.2.0
28 30 - beautifulsoup4=4.12.3
29 31 - bottleneck=1.3.6
30 32 - fastparquet=2024.2.0
@@ -40,7 +42,7 @@ dependencies:
40 42 - odfpy=1.4.1
41 43 - qtpy=2.3.0
42 44 - openpyxl=3.1.2
43 - - psycopg2=2.9.6
45 + - psycopg2=2.9.9
44 46 - pyarrow=12.0.1
45 47 - pyiceberg=0.7.1
46 48 - pymysql=1.1.0
@@ -60,6 +62,4 @@ dependencies:
60 62 - zstandard=0.22.0
61 63
62 64 - pip:
63 - - adbc-driver-postgresql==0.10.0
64 - - adbc-driver-sqlite==0.8.0
65 65 - tzdata==2023.3
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@ dependencies:
23 23 - numpy
24 24
25 25 # optional dependencies
26 + - adbc-driver-postgresql>=1.2.0
27 + - adbc-driver-sqlite>=1.2.0
26 28 - beautifulsoup4>=4.12.3
27 29 - bottleneck>=1.3.6
28 30 - fastparquet>=2024.2.0
@@ -39,7 +41,7 @@ dependencies:
39 41 - qtpy>=2.3.0
40 42 - pyqt>=5.15.9
41 43 - openpyxl>=3.1.2
42 - - psycopg2>=2.9.6
44 + - psycopg2>=2.9.9
43 45 - pyarrow>=12.0.1
44 46 - pyiceberg>=0.7.1
45 47 - pymysql>=1.1.0
@@ -58,5 +60,4 @@ dependencies:
58 60 - zstandard>=0.22.0
59 61
60 62 - pip:
61 - - adbc-driver-postgresql>=0.10.0
62 - - adbc-driver-sqlite>=0.8.0
63 + - tzdata>=2023.3
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@ dependencies:
23 23 - numpy
24 24
25 25 # optional dependencies
26 + - adbc-driver-postgresql>=1.2.0
27 + - adbc-driver-sqlite>=1.2.0
26 28 - beautifulsoup4>=4.12.3
27 29 - bottleneck>=1.3.6
28 30 - fastparquet>=2024.2.0
@@ -39,7 +41,7 @@ dependencies:
39 41 - qtpy>=2.3.0
40 42 - pyqt>=5.15.9
41 43 - openpyxl>=3.1.2
42 - - psycopg2>=2.9.6
44 + - psycopg2>=2.9.9
43 45 - pyarrow>=12.0.1
44 46 - pyiceberg>=0.7.1
45 47 - pymysql>=1.1.0
@@ -58,6 +60,4 @@ dependencies:
58 60 - zstandard>=0.22.0
59 61
60 62 - pip:
61 - - adbc-driver-postgresql>=0.10.0
62 - - adbc-driver-sqlite>=0.8.0
63 63 - tzdata>=2023.3
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ dependencies:
24 24 - numpy
25 25
26 26 # optional dependencies
27 + - adbc-driver-postgresql>=1.2.0
27 28 - beautifulsoup4>=4.12.3
28 29 - bottleneck>=1.3.6
29 30 - fastparquet>=2024.2.0
@@ -39,7 +40,7 @@ dependencies:
39 40 - odfpy>=1.4.1
40 41 - qtpy>=2.3.0
41 42 - openpyxl>=3.1.2
42 - - psycopg2>=2.9.6
43 + - psycopg2>=2.9.9
43 44 - pyarrow>=12.0.1
44 45 - pyiceberg>=0.7.1
45 46 - pymysql>=1.1.0
@@ -70,6 +71,4 @@ dependencies:
70 71 - pandas-datareader
71 72 - pyyaml
72 73 - pip:
73 - - adbc-driver-postgresql>=0.10.0
74 - - adbc-driver-sqlite>=0.8.0
75 74 - tzdata>=2023.3
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@ dependencies:
23 23 - numpy
24 24
25 25 # optional dependencies
26 + - adbc-driver-postgresql>=1.2.0
27 + - adbc-driver-sqlite>=1.2.0
26 28 - beautifulsoup4>=4.12.3
27 29 - blosc>=1.21.3
28 30 - bottleneck>=1.3.6
@@ -40,7 +42,7 @@ dependencies:
40 42 - qtpy>=2.3.0
41 43 - pyqt>=5.15.9
42 44 - openpyxl>=3.1.2
43 - - psycopg2>=2.9.6
45 + - psycopg2>=2.9.9
44 46 - pyarrow>=12.0.1
45 47 - pymysql>=1.1.0
46 48 - pyreadstat>=1.2.6
@@ -58,6 +60,4 @@ dependencies:
58 60 - zstandard>=0.22.0
59 61
60 62 - pip:
61 - - adbc-driver-postgresql>=0.10.0
62 - - adbc-driver-sqlite>=0.8.0
63 63 - tzdata>=2023.3
Original file line number Diff line number Diff line change
@@ -290,10 +290,10 @@ Dependency Minimum Versi
290 290 `SQLAlchemy https://github.com/sqlalchemy/sqlalchemy\`__ 2.0.0 postgresql, SQL support for databases other than sqlite
291 291 mysql,
292 292 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
294 294 `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
297 297 ================================================================== ================== =============== ============================================
298 298
299 299 Other data sources

| Original file line number | Diff line number | Diff line change | | | | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------ | -------- | | | @@ -368,7 +368,9 @@ Optional libraries below the lowest tested version may still work, but are not c | | | | | | 368 | 368 | +------------------------+---------------------+ | | | | 369 | 369 | | fastparquet | 2024.2.0 | | | 370 | 370 | +------------------------+---------------------+ | | | | 371 | | -| adbc-driver-postgresql | 0.10.0 | | | | 371 | +| adbc-driver-postgresql | 1.2.0 | | | | | 372 | ++------------------------+---------------------+ | | | | | | 373 | +| adbc-driver-sqlite | 1.2.0 | | | | 372 | 374 | +------------------------+---------------------+ | | | | 373 | 375 | | mypy (dev) | 1.9.0 | | | 374 | 376 | +------------------------+---------------------+ | | | | @@ -388,6 +390,8 @@ Optional libraries below the lowest tested version may still work, but are not c | | | | | | 388 | 390 | +------------------------+---------------------+ | | | | 389 | 391 | | numexpr | 2.9.0 | | | 390 | 392 | +------------------------+---------------------+ | | | | | 393 | +| psycopg2 | 2.9.9 | | | | | 394 | ++------------------------+---------------------+ | | | | | 391 | 395 | | pymysql | 1.1.0 | | | 392 | 396 | +------------------------+---------------------+ | | | | 393 | 397 | | pyreadstat | 1.2.6 | |

Original file line number Diff line number Diff line change
@@ -26,6 +26,8 @@ dependencies:
26 26 - numpy<3
27 27
28 28 # optional dependencies
29 + - adbc-driver-postgresql>=1.2.0
30 + - adbc-driver-sqlite>=1.2.0
29 31 - beautifulsoup4>=4.12.3
30 32 - bottleneck>=1.3.6
31 33 - fastparquet>=2024.2.0
@@ -34,15 +36,14 @@ dependencies:
34 36 - hypothesis>=6.84.0
35 37 - gcsfs>=2023.12.2
36 38 - ipython
37 - - pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
38 39 - jinja2>=3.1.3
39 40 - lxml>=4.9.2
40 41 - matplotlib>=3.8.3
41 42 - numba>=0.59.0
42 43 - numexpr>=2.9.0
43 44 - openpyxl>=3.1.2
44 45 - odfpy>=1.4.1
45 - - psycopg2>=2.9.6
46 + - psycopg2>=2.9.9
46 47 - pyarrow>=12.0.1
47 48 - pyiceberg>=0.7.1
48 49 - pymysql>=1.1.0
@@ -83,6 +84,7 @@ dependencies:
83 84 # documentation
84 85 - gitpython # obtain contributors from git for whatsnew
85 86 - natsort # DataFrame.sort_values doctest
87 + - pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
86 88 - numpydoc
87 89 - pydata-sphinx-theme=0.16
88 90 - pytest-cython # doctest
@@ -120,6 +122,4 @@ dependencies:
120 122 - jupyterlite-pyodide-kernel
121 123
122 124 - pip:
123 - - adbc-driver-postgresql>=0.10.0
124 - - adbc-driver-sqlite>=0.8.0
125 125 - tzdata>=2023.3
Original file line number Diff line number Diff line change
@@ -20,8 +20,8 @@
20 20 # deps_minimum.toml & pyproject.toml when updating versions!
21 21
22 22 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",
25 25 "bs4": "4.12.3",
26 26 "bottleneck": "1.3.6",
27 27 "fastparquet": "2024.2.0",
@@ -36,7 +36,7 @@
36 36 "numexpr": "2.9.0",
37 37 "odfpy": "1.4.1",
38 38 "openpyxl": "3.1.2",
39 -"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
39 +"psycopg2": "2.9.9", # (dt dec pq3 ext lo64)
40 40 "pymysql": "1.1.0",
41 41 "pyarrow": "12.0.1",
42 42 "pyiceberg": "0.7.1",
Original file line number Diff line number Diff line change
@@ -69,18 +69,18 @@ feather = ['pyarrow>=12.0.1']
69 69 iceberg = ['pyiceberg>=0.7.1']
70 70 hdf5 = ['tables>=3.8.0']
71 71 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']
73 73 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']
75 75 html = ['beautifulsoup4>=4.12.3', 'html5lib>=1.1', 'lxml>=4.9.2']
76 76 xml = ['lxml>=4.9.2']
77 77 plot = ['matplotlib>=3.8.3']
78 78 output-formatting = ['jinja2>=3.1.3', 'tabulate>=0.9.0']
79 79 clipboard = ['PyQt5>=5.15.9', 'qtpy>=2.3.0']
80 80 compression = ['zstandard>=0.22.0']
81 81 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',
84 84 'beautifulsoup4>=4.12.3',
85 85 'bottleneck>=1.3.6',
86 86 'fastparquet>=2024.2.0',
@@ -95,7 +95,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
95 95 'numexpr>=2.9.0',
96 96 'odfpy>=1.4.1',
97 97 'openpyxl>=3.1.2',
98 -'psycopg2>=2.9.6',
98 +'psycopg2>=2.9.9',
99 99 'pyarrow>=12.0.1',
100 100 'pyiceberg>=0.7.1',
101 101 'pymysql>=1.1.0',