@@ -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' ,
0 commit comments