rawwar opened a new pull request, #57141: URL: https://github.com/apache/airflow/pull/57141
earlier, whenever i was running `uv sync`, i noticed the warning: ``` warning: The package `pandas==2.1.4` does not have an extra named `postgres` ``` <img width="928" height="258" alt="image" src="https://github.com/user-attachments/assets/e4d3c32d-60fa-4eb0-b02e-7ac31d99beda" /> I checked pandas repo's pyproject.toml and see that its `postgresql`, not `postgres` - https://github.com/pandas-dev/pandas/blob/81f8d5d3199d0ec3f94ad7eb8015e183b1681275/pyproject.toml#L73 -- 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]
