Skip to content
Merged
Changes from all commits
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
8 changes: 1 addition & 7 deletions providers/microsoft/mssql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ requires-python = "~=3.9"
dependencies = [
"apache-airflow>=2.10.0",
"apache-airflow-providers-common-sql>=1.23.0",
# pymssql 2.3.3 release to PyPI has been broken on 1st of April 2025
# and it is not possible to install it on Linux. We need to exclude it
# and either it will be fixed in the next release or we will need to
# remove the exclusion if it is fixed and missing packages are uploaded
# to PyPI.
# Issue: https://github.com/pymssql/pymssql/issues/927
"pymssql>=2.3.0,!=2.3.3",
"pymssql>=2.3.5",
# The methodtools dependency can be removed with min airflow version >=2.9.1
# as it was added in https://github.com/apache/airflow/pull/37757
"methodtools>=0.4.7",
Expand Down