Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
aritra24 commented on code in PR #52265: URL: https://github.com/apache/airflow/pull/52265#discussion_r2186847930 ## scripts/ci/pre_commit/update_installers_and_pre_commit.py: ## @@ -65,6 +66,31 @@ def get_latest_pypi_version(package_name: str) -> str: return latest_version

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
potiuk commented on code in PR #52265: URL: https://github.com/apache/airflow/pull/52265#discussion_r2186836218 ## scripts/ci/pre_commit/update_installers_and_pre_commit.py: ## @@ -65,6 +66,31 @@ def get_latest_pypi_version(package_name: str) -> str: return latest_version

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
aritra24 commented on code in PR #52265: URL: https://github.com/apache/airflow/pull/52265#discussion_r2186828640 ## scripts/ci/pre_commit/update_installers_and_pre_commit.py: ## @@ -65,6 +66,31 @@ def get_latest_pypi_version(package_name: str) -> str: return latest_version

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
aritra24 commented on code in PR #52265: URL: https://github.com/apache/airflow/pull/52265#discussion_r2186822126 ## scripts/ci/pre_commit/update_installers_and_pre_commit.py: ## @@ -65,6 +66,31 @@ def get_latest_pypi_version(package_name: str) -> str: return latest_version

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
gopidesupavan commented on PR #52265: URL: https://github.com/apache/airflow/pull/52265#issuecomment-3037245840 > > Versions are hard 🙃 🥲 > > Dependencies are harder 🙃 Indeed :) -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
gopidesupavan commented on code in PR #52265: URL: https://github.com/apache/airflow/pull/52265#discussion_r2186113265 ## scripts/ci/pre_commit/update_installers_and_pre_commit.py: ## @@ -65,6 +66,31 @@ def get_latest_pypi_version(package_name: str) -> str: return latest_ve

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
potiuk commented on code in PR #52265: URL: https://github.com/apache/airflow/pull/52265#discussion_r2186111516 ## scripts/ci/pre_commit/update_installers_and_pre_commit.py: ## @@ -65,6 +66,31 @@ def get_latest_pypi_version(package_name: str) -> str: return latest_version

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
gopidesupavan commented on code in PR #52265: URL: https://github.com/apache/airflow/pull/52265#discussion_r2186105202 ## scripts/ci/pre_commit/update_installers_and_pre_commit.py: ## @@ -65,6 +66,31 @@ def get_latest_pypi_version(package_name: str) -> str: return latest_ve

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
potiuk commented on PR #52265: URL: https://github.com/apache/airflow/pull/52265#issuecomment-3036800602 > Versions are hard 🙃 🥲 Dependencies are harder :upside_down_face: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
aritra24 commented on PR #52265: URL: https://github.com/apache/airflow/pull/52265#issuecomment-3036792864 Versions are hard 🙃 🥲 -- 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 comm

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
potiuk commented on PR #52265: URL: https://github.com/apache/airflow/pull/52265#issuecomment-3036787156 @aritra24 [Fixed go version sorting in pre_commit install](https://github.com/apache/airflow/pull/52265/commits/6bbe6e1051ff6c4134ff49f8a6eb26b37f2f8eab) He he ... Classic ! -

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
potiuk commented on PR #52265: URL: https://github.com/apache/airflow/pull/52265#issuecomment-3036769357 once we play with it in CI - we can do the next step and apply it to PROD images :) Looks really, really good - thanks to that our PROD image will have a chance to catch-up way faster wi

Re: [PR] Build python from source [airflow]

2025-07-04 Thread via GitHub
potiuk commented on PR #52265: URL: https://github.com/apache/airflow/pull/52265#issuecomment-3036766207 VEEERY NICE! -- 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 uns

Re: [PR] Build python from source [airflow]

2025-06-30 Thread via GitHub
potiuk commented on code in PR #52265: URL: https://github.com/apache/airflow/pull/52265#discussion_r2175612702 ## .github/workflows/basic-tests.yml: ## @@ -292,6 +292,7 @@ jobs: if: always() env: UPGRADE_UV: "true" + UPGRADE_PYTHON: "false"