Skip to content

Commit 4a90676

Browse files
authored
Bump pymssql version to 2.3.5 (apache#52307)
There is a problem with 2.3.4 that the .whl files for MacOS are broken / missing and when installing with Python 3.10 on MacOS, pymssql installation fails. Since this is only pymssql, we can easily bump it to 2.3.5 to avoid it - it is the latest version installed anyway in main now.
1 parent 1c0c01d commit 4a90676

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

providers/microsoft/mssql/pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,7 @@ requires-python = "~=3.9"
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
6161
"apache-airflow-providers-common-sql>=1.23.0",
62-
# pymssql 2.3.3 release to PyPI has been broken on 1st of April 2025
63-
# and it is not possible to install it on Linux. We need to exclude it
64-
# and either it will be fixed in the next release or we will need to
65-
# remove the exclusion if it is fixed and missing packages are uploaded
66-
# to PyPI.
67-
# Issue: https://github.com/pymssql/pymssql/issues/927
68-
"pymssql>=2.3.0,!=2.3.3",
62+
"pymssql>=2.3.5",
6963
# The methodtools dependency can be removed with min airflow version >=2.9.1
7064
# as it was added in https://github.com/apache/airflow/pull/37757
7165
"methodtools>=0.4.7",

0 commit comments

Comments
 (0)