[PR #77] [Github Action] Update github-versions.json #72

Open
opened 2026-06-05 14:29:13 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Heretek-AI/ProxmoxVE/pull/77
Author: @proxmoxve-version-updater[bot]
Created: 3/20/2026
Status: 🔄 Open

Base: mainHead: automated/update-github-versions


📝 Commits (10+)

  • f42956c fix: add tool.uv.environments to limit to Linux only
  • 44daca9 fix: add tool.uv.environments to limit to Linux only
  • 0efd64b fix(ragflow): resolve PyJWT dependency conflict by restricting to x86_64
  • c2c39c6 fix(ragflow): use uv override-dependencies to resolve PyJWT conflict
  • 934cea5 fix(ragflow): add error handling for cd commands in update script
  • b52effa fix: correct override-dependencies TOML syntax for uv
  • 2a459c5 fix: add pyopenssl version override to resolve cryptography conflict
  • e521ce8 fix: update requires-python to >=3.11 to satisfy infinity-sdk
  • 803fc12 fix: use --frozen flag with uv sync to avoid dependency resolution
  • 7d9c0f6 Fix: Replace gitee.com URLs with GitHub URLs for graspologic dependency

📊 Changes

1696 files changed (+74206 additions, -83908 deletions)

View changed files

📝 .gitattributes (+65 -38)
.github/runner/docker/gh-runner-self.dockerfile (+68 -0)
📝 .github/workflows/auto-update-app-headers.yml (+1 -1)
📝 .github/workflows/autolabeler.yml (+2 -2)
.github/workflows/bak/close_template_issue.yml (+55 -0)
.github/workflows/bak/crawl-versions.yaml (+126 -0)
.github/workflows/bak/script-test.yml (+175 -0)
.github/workflows/bak/script_format.yml (+243 -0)
.github/workflows/bak/validate-filenames.yml (+158 -0)
📝 .github/workflows/changelog-archive.yml (+1 -1)
📝 .github/workflows/changelog-pr.yml (+1 -1)
📝 .github/workflows/check-node-versions.yml (+1 -1)
.github/workflows/close-discussion.yml (+164 -0)
📝 .github/workflows/close-new-script-prs.yml (+3 -3)
📝 .github/workflows/close-tteck-issues.yaml (+2 -2)
📝 .github/workflows/close_issue_in_dev.yaml (+9 -143)
.github/workflows/create-docker-for-runner.yml (+41 -0)
.github/workflows/delete-json-branch.yml (+29 -0)
.github/workflows/delete-pocketbase-entry-on-removal.yml (+0 -161)
.github/workflows/frontend-cicd.yml (+147 -0)

...and 80 more files

📄 Description

This PR is auto-generated by a Github Action to update the github-versions.json file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Heretek-AI/ProxmoxVE/pull/77 **Author:** [@proxmoxve-version-updater[bot]](https://github.com/apps/proxmoxve-version-updater) **Created:** 3/20/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `automated/update-github-versions` --- ### 📝 Commits (10+) - [`f42956c`](https://github.com/Heretek-AI/ProxmoxVE/commit/f42956c7f4cd32ea0bf3102603f53b3a11868efa) fix: add tool.uv.environments to limit to Linux only - [`44daca9`](https://github.com/Heretek-AI/ProxmoxVE/commit/44daca991110a421c50fab49f60b24471f49eb83) fix: add tool.uv.environments to limit to Linux only - [`0efd64b`](https://github.com/Heretek-AI/ProxmoxVE/commit/0efd64b47784589e5db9cf7ca144d3941ec47368) fix(ragflow): resolve PyJWT dependency conflict by restricting to x86_64 - [`c2c39c6`](https://github.com/Heretek-AI/ProxmoxVE/commit/c2c39c6a20e93a2be78dbc9175f3a49f85957173) fix(ragflow): use uv override-dependencies to resolve PyJWT conflict - [`934cea5`](https://github.com/Heretek-AI/ProxmoxVE/commit/934cea5f8414627ab066578aba78cc5c64d80713) fix(ragflow): add error handling for cd commands in update script - [`b52effa`](https://github.com/Heretek-AI/ProxmoxVE/commit/b52effafaa8e4b57567ad6862ff20b6e82178c6d) fix: correct override-dependencies TOML syntax for uv - [`2a459c5`](https://github.com/Heretek-AI/ProxmoxVE/commit/2a459c52a925f1b4cbd2ccd821b321e6a01f8d0a) fix: add pyopenssl version override to resolve cryptography conflict - [`e521ce8`](https://github.com/Heretek-AI/ProxmoxVE/commit/e521ce8770db2ac0c0d0d098b52170bc00232140) fix: update requires-python to >=3.11 to satisfy infinity-sdk - [`803fc12`](https://github.com/Heretek-AI/ProxmoxVE/commit/803fc128849815d30cba3cb41a096f428a7f09ba) fix: use --frozen flag with uv sync to avoid dependency resolution - [`7d9c0f6`](https://github.com/Heretek-AI/ProxmoxVE/commit/7d9c0f6435576c05fa9f4854c9031f531a87e30b) Fix: Replace gitee.com URLs with GitHub URLs for graspologic dependency ### 📊 Changes **1696 files changed** (+74206 additions, -83908 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+65 -38) ➕ `.github/runner/docker/gh-runner-self.dockerfile` (+68 -0) 📝 `.github/workflows/auto-update-app-headers.yml` (+1 -1) 📝 `.github/workflows/autolabeler.yml` (+2 -2) ➕ `.github/workflows/bak/close_template_issue.yml` (+55 -0) ➕ `.github/workflows/bak/crawl-versions.yaml` (+126 -0) ➕ `.github/workflows/bak/script-test.yml` (+175 -0) ➕ `.github/workflows/bak/script_format.yml` (+243 -0) ➕ `.github/workflows/bak/validate-filenames.yml` (+158 -0) 📝 `.github/workflows/changelog-archive.yml` (+1 -1) 📝 `.github/workflows/changelog-pr.yml` (+1 -1) 📝 `.github/workflows/check-node-versions.yml` (+1 -1) ➕ `.github/workflows/close-discussion.yml` (+164 -0) 📝 `.github/workflows/close-new-script-prs.yml` (+3 -3) 📝 `.github/workflows/close-tteck-issues.yaml` (+2 -2) 📝 `.github/workflows/close_issue_in_dev.yaml` (+9 -143) ➕ `.github/workflows/create-docker-for-runner.yml` (+41 -0) ➕ `.github/workflows/delete-json-branch.yml` (+29 -0) ➖ `.github/workflows/delete-pocketbase-entry-on-removal.yml` (+0 -161) ➕ `.github/workflows/frontend-cicd.yml` (+147 -0) _...and 80 more files_ </details> ### 📄 Description This PR is auto-generated by a Github Action to update the github-versions.json file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 14:29:13 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Heretek-AI/ProxmoxVE#72