Prab-27 commented on PR #60472:
URL: https://github.com/apache/airflow/pull/60472#issuecomment-3786037956

   @potiuk Can I remove  `psycopg2` , I want to learn more about UV 
   
   I tried to find the answe but I couldn't 
   
   1 - When we run` uv sync` or` uv run`, we only install the development 
dependency group. How will the required and optional dependencies be upgraded 
in that case?
   
   2 - I have read this - 
[here](https://github.com/apache/airflow/pull/59921#issuecomment-3700663762)
   Why do we do this? Do we group the optional SQLAlchemy dependencies together 
with task-sdk, and the required SQLAlchemy dependency with airflow-core, or is 
it not possible to separate them since SQLAlchemy is required?
   
   3 What’s the meaning of workspace = true? Does it mean we can install it 
from PyPI? Most modules (like task-sdk and providers) have workspace = true, 
but airflowctl does not, since we don’t install it from PyPI
   
   4 I don’t exactly remember, but when we changed `airflow-core/airflow/src`, 
you mentioned that we could only achieve this by using UV and workspaces. Is 
this related to the `workspace = true` option?


-- 
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]

Reply via email to