potiuk opened a new pull request, #69863: URL: https://github.com/apache/airflow/pull/69863
During highest-resolution constraint generation, the resolver preferred the newest `thrift` (0.24.0, from apache/thrift#3584) over the newest `databricks-sql-connector`. Because current `databricks-sql-connector` requires `thrift<=0.23.0`, the resolver downgraded the connector — which in turn dragged the `databricks` provider back to an old version in the PyPI constraints. Pinning `databricks-sql-connector>=4.0.0` in `additional_constraints_for_highest_resolution` keeps the constraints installable with a current connector and provider. Tracked upstream at databricks/databricks-sql-python#859. closes: #69603 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8, 1M context) Generated-by: Claude Code (Opus 4.8, 1M context) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
