aaronsteers opened a new issue #17584:
URL: https://github.com/apache/airflow/issues/17584


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the 
following questions.
   Don't worry if they're not all applicable; just try to include what you can 
:-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   
   It would be wonderful to not have to use a custom constraints file during 
pip installs. My understanding is that these rules can be defined within 
`pyproject.toml` and evaluated during install time, without requiring the 
additional `--constraints` declaration.
   
   Is this something that could be considered?
   
   **Use case / motivation**
   
   Streamlined install experience. For automated installs, the python version 
would not need to be detected and injected at runtime. 
   
   **Are you willing to submit a PR?**
   
   I don't know that I have a strong enough understanding of the version 
requirements to do so.
   
   **Related Issues**
   
   N/A
   


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