TopCoder2K commented on issue #37742: URL: https://github.com/apache/airflow/issues/37742#issuecomment-3958604537
@potiuk, thank you for the fast answer! > Did you install everything with constraints ? Yes, I did, but I used `uv add` instead of `uv pip install` (as the installation guide recommends) since the latter doesn't update `pyproject.toml` which I need to maintain for running tests. I noticed that the constraints state `SQLAlchemy==2.0.46`, whereas I have `sqlalchemy==1.4.54` in my test env. So, `uv add` doesn't work correctly for some reason 😢 -- 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]
