Skip to content

Commit 11aab15

Browse files
committed
Bump adbc-driver-postgres
1 parent 4257ad6 commit 11aab15

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies:
2525
- numpy=1.26.0
2626

2727
# optional dependencies
28+
- adbc-driver-postgresql=1.0.0
2829
- beautifulsoup4=4.12.3
2930
- bottleneck=1.3.6
3031
- fastparquet=2024.2.0
@@ -60,6 +61,5 @@ dependencies:
6061
- zstandard=0.22.0
6162

6263
- pip:
63-
- adbc-driver-postgresql==0.10.0
6464
- adbc-driver-sqlite==0.8.0
6565
- tzdata==2023.3

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies:
2323
- numpy
2424

2525
# optional dependencies
26+
- adbc-driver-postgresql>=1.0.0
2627
- beautifulsoup4>=4.12.3
2728
- bottleneck>=1.3.6
2829
- fastparquet>=2024.2.0
@@ -58,6 +59,5 @@ dependencies:
5859
- zstandard>=0.22.0
5960

6061
- pip:
61-
- adbc-driver-postgresql>=0.10.0
6262
- adbc-driver-sqlite>=0.8.0
6363
- tzdata>=2023.3

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies:
2424
- numpy
2525

2626
# optional dependencies
27+
- adbc-driver-postgresql>=1.0.0
2728
- beautifulsoup4>=4.12.3
2829
- bottleneck>=1.3.6
2930
- fastparquet>=2024.2.0
@@ -70,6 +71,5 @@ dependencies:
7071
- pandas-datareader
7172
- pyyaml
7273
- pip:
73-
- adbc-driver-postgresql>=0.10.0
7474
- adbc-driver-sqlite>=0.8.0
7575
- tzdata>=2023.3

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies:
2323
- numpy
2424

2525
# optional dependencies
26+
- adbc-driver-postgresql>=1.0.0
2627
- beautifulsoup4>=4.12.3
2728
- bottleneck>=1.3.6
2829
- fastparquet>=2024.2.0
@@ -58,5 +59,4 @@ dependencies:
5859
- zstandard>=0.22.0
5960

6061
- pip:
61-
- adbc-driver-postgresql>=0.10.0
6262
- adbc-driver-sqlite>=0.8.0

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies:
2323
- numpy
2424

2525
# optional dependencies
26+
- adbc-driver-postgresql>=1.0.0
2627
- beautifulsoup4>=4.12.3
2728
- bottleneck>=1.3.6
2829
- fastparquet>=2024.2.0
@@ -58,6 +59,5 @@ dependencies:
5859
- zstandard>=0.22.0
5960

6061
- pip:
61-
- adbc-driver-postgresql>=0.10.0
6262
- adbc-driver-sqlite>=0.8.0
6363
- tzdata>=2023.3

ci/deps/actions-313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies:
2323
- numpy
2424

2525
# optional dependencies
26+
- adbc-driver-postgresql>=1.0.0
2627
- beautifulsoup4>=4.12.3
2728
- blosc>=1.21.3
2829
- bottleneck>=1.3.6
@@ -58,6 +59,5 @@ dependencies:
5859
- zstandard>=0.22.0
5960

6061
- pip:
61-
- adbc-driver-postgresql>=0.10.0
6262
- adbc-driver-sqlite>=0.8.0
6363
- tzdata>=2023.3

doc/source/getting_started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Dependency Minimum Versi
292292
sql-other
293293
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.6 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
295+
`adbc-driver-postgresql <https://github.com/apache/arrow-adbc>`__ 1.0.0 postgresql ADBC Driver for PostgreSQL
296296
`adbc-driver-sqlite <https://github.com/apache/arrow-adbc>`__ 0.8.0 sql-other ADBC Driver for SQLite
297297
================================================================== ================== =============== ============================================
298298

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Optional libraries below the lowest tested version may still work, but are not c
333333
+------------------------+---------------------+
334334
| fastparquet | 2024.2.0 |
335335
+------------------------+---------------------+
336-
| adbc-driver-postgresql | 0.10.0 |
336+
| adbc-driver-postgresql | 1.0.0 |
337337
+------------------------+---------------------+
338338
| mypy (dev) | 1.9.0 |
339339
+------------------------+---------------------+

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies:
2626
- numpy<3
2727

2828
# optional dependencies
29+
- adbc-driver-postgresql>=1.0.0
2930
- beautifulsoup4>=4.12.3
3031
- bottleneck>=1.3.6
3132
- fastparquet>=2024.2.0
@@ -120,7 +121,6 @@ dependencies:
120121
- jupyterlite-pyodide-kernel
121122

122123
- pip:
123-
- adbc-driver-postgresql>=0.10.0
124124
- adbc-driver-sqlite>=0.8.0
125125
- typing_extensions; python_version<"3.11"
126126
- tzdata>=2023.3

pandas/compat/_optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# deps_minimum.toml & pyproject.toml when updating versions!
2121

2222
VERSIONS = {
23-
"adbc-driver-postgresql": "0.10.0",
23+
"adbc-driver-postgresql": "1.0.0",
2424
"adbc-driver-sqlite": "0.8.0",
2525
"bs4": "4.12.3",
2626
"bottleneck": "1.3.6",

0 commit comments

Comments
 (0)