Skip to content
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

DEPS: Bump optional dependencies #60655

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Unbump pycopg2
mroeschke committed Jan 6, 2025
commit bc0672a963a4247100fb54c9464974ec9dd123b1
2 changes: 1 addition & 1 deletion ci/deps/actions-310-minimum_versions.yaml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ dependencies:
- odfpy=1.4.1
- qtpy=2.3.0
- openpyxl=3.1.2
- psycopg2=2.9.9
- psycopg2=2.9.6
- pyarrow=10.0.1
- pymysql=1.1.0
- pyqt=5.15.9
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ dependencies:
- odfpy>=1.4.1
- qtpy>=2.3.0
- openpyxl>=3.1.2
- psycopg2>=2.9.9
- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.1.0
- pyqt>=5.15.9
2 changes: 1 addition & 1 deletion ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ dependencies:
- odfpy>=1.4.1
- qtpy>=2.3.0
- openpyxl>=3.1.2
- psycopg2>=2.9.9
- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.1.0
- pyqt>=5.15.9
2 changes: 1 addition & 1 deletion ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ dependencies:
- qtpy>=2.3.0
- pyqt>=5.15.9
- openpyxl>=3.1.2
- psycopg2>=2.9.9
- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.1.0
- pyreadstat>=1.2.6
2 changes: 1 addition & 1 deletion ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ dependencies:
- qtpy>=2.3.0
- pyqt>=5.15.9
- openpyxl>=3.1.2
- psycopg2>=2.9.9
- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.1.0
- pyreadstat>=1.2.6
2 changes: 1 addition & 1 deletion ci/deps/circle-311-arm64.yaml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ dependencies:
- odfpy>=1.4.1
- qtpy>=2.3.0
- openpyxl>=3.1.2
- psycopg2>=2.9.9
- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.1.0
- pyqt>=5.15.9
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
@@ -290,7 +290,7 @@ Dependency Minimum Versi
`SQLAlchemy <https://github.com/sqlalchemy/sqlalchemy>`__ 2.0.25 postgresql, SQL support for databases other than sqlite
mysql,
sql-other
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.9 postgresql PostgreSQL engine for sqlalchemy
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.6 postgresql PostgreSQL engine for sqlalchemy
`pymysql <https://github.com/PyMySQL/PyMySQL>`__ 1.1.0 mysql MySQL engine for sqlalchemy
`adbc-driver-postgresql <https://github.com/apache/arrow-adbc>`__ 0.10.0 postgresql ADBC Driver for PostgreSQL
`adbc-driver-sqlite <https://github.com/apache/arrow-adbc>`__ 0.8.0 sql-other ADBC Driver for SQLite
2 changes: 0 additions & 2 deletions doc/source/whatsnew/v3.0.0.rst
Original file line number Diff line number Diff line change
@@ -319,8 +319,6 @@ Optional libraries below the lowest tested version may still work, but are not c
+------------------------+---------------------+
| numexpr | 2.9.0 |
+------------------------+---------------------+
| psycopg2 | 2.9.9 |
+------------------------+---------------------+
| pymysql | 1.1.0 |
+------------------------+---------------------+
| pyreadstat | 1.2.6 |
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ dependencies:
- numexpr>=2.9.0
- openpyxl>=3.1.2
- odfpy>=1.4.1
- psycopg2>=2.9.9
- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.1.0
- pyreadstat>=1.2.6
2 changes: 1 addition & 1 deletion pandas/compat/_optional.py
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"numexpr": "2.9.0",
"odfpy": "1.4.1",
"openpyxl": "3.1.2",
"psycopg2": "2.9.9", # (dt dec pq3 ext lo64)
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
"pymysql": "1.1.0",
"pyarrow": "10.0.1",
"pyreadstat": "1.2.6",
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/i
#'blosc>=1.20.1',
'tables>=3.9.2']
spss = ['pyreadstat>=1.2.6']
postgresql = ['SQLAlchemy>=2.0.25', 'psycopg2>=2.9.9', 'adbc-driver-postgresql>=0.10.0']
postgresql = ['SQLAlchemy>=2.0.25', 'psycopg2>=2.9.6', 'adbc-driver-postgresql>=0.10.0']
mysql = ['SQLAlchemy>=2.0.25', 'pymysql>=1.1.0']
sql-other = ['SQLAlchemy>=2.0.25', 'adbc-driver-postgresql>=0.10.0', 'adbc-driver-sqlite>=0.8.0']
html = ['beautifulsoup4>=4.12.3', 'html5lib>=1.1', 'lxml>=5.0.1']
@@ -100,7 +100,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
'numexpr>=2.9.0',
'odfpy>=1.4.1',
'openpyxl>=3.1.2',
'psycopg2>=2.9.9',
'psycopg2>=2.9.6',
'pyarrow>=10.0.1',
'pymysql>=1.1.0',
'PyQt5>=5.15.9',
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ numba>=0.59.0
numexpr>=2.9.0
openpyxl>=3.1.2
odfpy>=1.4.1
psycopg2-binary>=2.9.9
psycopg2-binary>=2.9.6
pyarrow>=10.0.1
pymysql>=1.1.0
pyreadstat>=1.2.6