Skip to content

Bump uv to 0.4.22#43056

Merged
kaxil merged 2 commits intoapache:mainfrom
astronomer:bump-uv-1
Oct 16, 2024
Merged

Bump uv to 0.4.22#43056
kaxil merged 2 commits intoapache:mainfrom
astronomer:bump-uv-1

Conversation

@kaxil
Copy link
Member

@kaxil kaxil commented Oct 15, 2024

https://pypi.org/project/uv/0.4.22

I added --no-sources to our uv pip install command, without it, it fails with following error

error: Failed to build: `apache-airflow @ file:///dist/apache_airflow-3.0.0.dev0.tar.gz`
  Caused by: Failed to parse entry for: `local-providers`
  Caused by: Package is not included as workspace package in `tool.uv.workspace`

Example: https://github.com/apache/airflow/actions/runs/11354720505/job/31582868760#step:11:2896


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@kaxil kaxil marked this pull request as ready for review October 15, 2024 21:10
@kaxil kaxil requested a review from potiuk as a code owner October 15, 2024 21:10
@kaxil kaxil requested a review from ashb as a code owner October 15, 2024 21:10
@boring-cyborg boring-cyborg bot added the area:production-image Production image improvements and fixes label Oct 15, 2024
@kaxil kaxil requested a review from jedcunningham as a code owner October 15, 2024 21:10
@kaxil kaxil requested a review from shahar1 October 15, 2024 21:10
@kaxil
Copy link
Member Author

kaxil commented Oct 15, 2024

@potiuk Got another one 😆

@kaxil
Copy link
Member Author

kaxil commented Oct 15, 2024

This one fixes an issue @ashb raised: astral-sh/uv#8041

@potiuk
Copy link
Member

potiuk commented Oct 15, 2024

They are indeed working with lightning speed :)

@kaxil kaxil marked this pull request as draft October 15, 2024 23:04
Since astral-sh/uv#7172 was added we need to add this
@charliermarsh
Copy link
Contributor

Sorry for the --no-sources weirdness -- it'll be fixed in the next release: astral-sh/uv#8235

@kaxil
Copy link
Member Author

kaxil commented Oct 16, 2024

Sorry for the --no-sources weirdness -- it'll be fixed in the next release: astral-sh/uv#8235

Thanks @charliermarsh , I appreciate the quick turnaround

@potiuk
Copy link
Member

potiuk commented Oct 16, 2024

Thanks @charliermarsh and the team (as usual :) . We are now getting more and more into using uv workspaces after our earlier discussions - so expect more of similar reports from us :)

kaxil added a commit to astronomer/airflow that referenced this pull request Oct 17, 2024
Now that astral-sh/uv#8236 is fixed (a bug in uv 0.4.22), we can remove `--no-sources` (used in `uv pip install`) introduced in apache#43056
kaxil added a commit that referenced this pull request Oct 17, 2024
Now that astral-sh/uv#8236 is fixed (a bug in uv 0.4.22), we can remove `--no-sources` (used in `uv pip install`) introduced in #43056
R7L208 pushed a commit to R7L208/airflow that referenced this pull request Oct 17, 2024
https://pypi.org/project/uv/0.4.22

I added `--no-sources` to our `uv pip install` command, without it, it fails with following error

```
error: Failed to build: `apache-airflow @ file:///dist/apache_airflow-3.0.0.dev0.tar.gz`
  Caused by: Failed to parse entry for: `local-providers`
  Caused by: Package is not included as workspace package in `tool.uv.workspace`
```
Example: https://github.com/apache/airflow/actions/runs/11354720505/job/31582868760#step:11:2896
R7L208 pushed a commit to R7L208/airflow that referenced this pull request Oct 17, 2024
Now that astral-sh/uv#8236 is fixed (a bug in uv 0.4.22), we can remove `--no-sources` (used in `uv pip install`) introduced in apache#43056
harjeevanmaan pushed a commit to harjeevanmaan/airflow that referenced this pull request Oct 23, 2024
https://pypi.org/project/uv/0.4.22

I added `--no-sources` to our `uv pip install` command, without it, it fails with following error

```
error: Failed to build: `apache-airflow @ file:///dist/apache_airflow-3.0.0.dev0.tar.gz`
  Caused by: Failed to parse entry for: `local-providers`
  Caused by: Package is not included as workspace package in `tool.uv.workspace`
```
Example: https://github.com/apache/airflow/actions/runs/11354720505/job/31582868760#step:11:2896
harjeevanmaan pushed a commit to harjeevanmaan/airflow that referenced this pull request Oct 23, 2024
Now that astral-sh/uv#8236 is fixed (a bug in uv 0.4.22), we can remove `--no-sources` (used in `uv pip install`) introduced in apache#43056
PaulKobow7536 pushed a commit to PaulKobow7536/airflow that referenced this pull request Oct 24, 2024
https://pypi.org/project/uv/0.4.22

I added `--no-sources` to our `uv pip install` command, without it, it fails with following error

```
error: Failed to build: `apache-airflow @ file:///dist/apache_airflow-3.0.0.dev0.tar.gz`
  Caused by: Failed to parse entry for: `local-providers`
  Caused by: Package is not included as workspace package in `tool.uv.workspace`
```
Example: https://github.com/apache/airflow/actions/runs/11354720505/job/31582868760#step:11:2896
PaulKobow7536 pushed a commit to PaulKobow7536/airflow that referenced this pull request Oct 24, 2024
Now that astral-sh/uv#8236 is fixed (a bug in uv 0.4.22), we can remove `--no-sources` (used in `uv pip install`) introduced in apache#43056
ellisms pushed a commit to ellisms/airflow that referenced this pull request Nov 13, 2024
https://pypi.org/project/uv/0.4.22

I added `--no-sources` to our `uv pip install` command, without it, it fails with following error

```
error: Failed to build: `apache-airflow @ file:///dist/apache_airflow-3.0.0.dev0.tar.gz`
  Caused by: Failed to parse entry for: `local-providers`
  Caused by: Package is not included as workspace package in `tool.uv.workspace`
```
Example: https://github.com/apache/airflow/actions/runs/11354720505/job/31582868760#step:11:2896
ellisms pushed a commit to ellisms/airflow that referenced this pull request Nov 13, 2024
Now that astral-sh/uv#8236 is fixed (a bug in uv 0.4.22), we can remove `--no-sources` (used in `uv pip install`) introduced in apache#43056
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request May 27, 2025
Now that astral-sh/uv#8236 is fixed (a bug in uv 0.4.22), we can remove `--no-sources` (used in `uv pip install`) introduced in apache/airflow#43056

GitOrigin-RevId: 95e0c23bde84ff5738b88779d90c37f6030f98bb
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Sep 22, 2025
Now that astral-sh/uv#8236 is fixed (a bug in uv 0.4.22), we can remove `--no-sources` (used in `uv pip install`) introduced in apache/airflow#43056

GitOrigin-RevId: 95e0c23bde84ff5738b88779d90c37f6030f98bb
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this pull request Oct 20, 2025
Now that astral-sh/uv#8236 is fixed (a bug in uv 0.4.22), we can remove `--no-sources` (used in `uv pip install`) introduced in apache/airflow#43056

GitOrigin-RevId: 95e0c23bde84ff5738b88779d90c37f6030f98bb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools area:production-image Production image improvements and fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments