这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Type Update Change
python minor 3.12 -> 3.14
python uses-with minor 3.12 -> 3.14
python final minor 3.12-alpine -> 3.14-alpine
python stage minor 3.12-slim -> 3.14-slim
python final minor 3.12-slim-bullseye -> 3.13-slim-bullseye

Release Notes

actions/python-versions (python)

v3.14.0: 3.14.0

Compare Source

Python 3.14.0

v3.13.9: 3.13.9

Compare Source

Python 3.13.9

v3.13.8: 3.13.8

Compare Source

Python 3.13.8

v3.13.7: 3.13.7

Compare Source

Python 3.13.7

v3.13.6: 3.13.6

Compare Source

Python 3.13.6

v3.13.5: 3.13.5

Compare Source

Python 3.13.5

v3.13.4: 3.13.4

Compare Source

Python 3.13.4

v3.13.3: 3.13.3

Compare Source

Python 3.13.3

v3.13.2: 3.13.2

Compare Source

Python 3.13.2

v3.13.1: 3.13.1

Compare Source

Python 3.13.1

v3.13.0: 3.13.0

Compare Source

Python 3.13.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codesandbox
Copy link

codesandbox bot commented Jan 19, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Jan 19, 2025

Reviewer's Guide by Sourcery

This pull request updates the python docker image tag from 3.12 to 3.13 across multiple Dockerfiles and a python version file.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update the base image for the ai-gateway builder stage Dockerfile.
  • Changed the base image from python:3.12-slim to python:3.13-slim.
apps/ai-gateway/Dockerfile
Update the base image for the ai-gateway runtime stage Dockerfile.
  • Changed the base image from python:3.12-alpine to python:3.13-alpine.
apps/ai-gateway/Dockerfile
Update the base image for the ai-gateway devcontainer Dockerfile.
  • Changed the base image from python:3.12-slim-bullseye to python:3.13-slim-bullseye.
apps/ai-gateway/.devcontainer/Dockerfile
Update the python version file for ai-gateway.
  • Updated the python version to 3.13.
apps/ai-gateway/.python-version
Update the python version file for stellar-rpc.
  • Updated the python version to 3.13.
apps/stellar-rpc/.python-version

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot force-pushed the renovate/python-3.x branch 8 times, most recently from acb206d to 52ccda3 Compare January 23, 2025 09:35
@renovate renovate bot changed the title chore(deps): update python docker tag to v3.13 chore(deps): update python docker tag Mar 11, 2025
@renovate renovate bot force-pushed the renovate/python-3.x branch from 52ccda3 to 7427694 Compare March 11, 2025 19:13
@renovate renovate bot force-pushed the renovate/python-3.x branch from 7427694 to 310532d Compare March 23, 2025 16:48
@qodo-merge-pro
Copy link

qodo-merge-pro bot commented Mar 23, 2025

CI Feedback 🧐

(Feedback updated until commit 310532d)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Build and Test

Failed stage: Setup pnpm [❌]

Failure summary:

The action failed due to two separate issues:

1. The pnpm setup action failed because of conflicting pnpm versions:
- The GitHub Action config
specified version "latest" in the action configuration
- The package.json specified version
"pnpm@9.0.0" in the packageManager field
This conflict causes version mismatch errors like
ERR_PNPM_BAD_PM_VERSION.

2. The codecov test results action failed because it couldn't find any JUnit XML test result files
to report. The log indicates "Found 0 test_results files to report" and suggests reviewing the
documentation at https://docs.codecov.com/docs/test-result-ingestion-beta.

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

136:  ##[endgroup]
137:  ##[warning]Cache not found for keys: Linux-turbo-d07092b455e99c17af7ab6319f82d539194b02ab, Linux-turbo-
138:  Cache not found for input keys: Linux-turbo-d07092b455e99c17af7ab6319f82d539194b02ab, Linux-turbo-
139:  ##[group]Run pnpm/action-setup@v4.0.0
140:  with:
141:  version: latest
142:  dest: ~/setup-pnpm
143:  run_install: null
144:  package_json_file: package.json
145:  standalone: false
146:  env:
147:  TURBO_TOKEN: 
148:  TURBO_TEAM: 
149:  ##[endgroup]
150:  ##[group]Running self-installer...
151:  Error: Multiple versions of pnpm specified:
152:  - version latest in the GitHub Action config with the key "version"
153:  - version pnpm@9.0.0 in the package.json with the key "packageManager"
154:  Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_PM_VERSION
155:  at readTarget (/home/runner/work/_actions/pnpm/action-setup/v4.0.0/dist/index.js:1:4528)
156:  at runSelfInstaller (/home/runner/work/_actions/pnpm/action-setup/v4.0.0/dist/index.js:1:3742)
157:  at async install (/home/runner/work/_actions/pnpm/action-setup/v4.0.0/dist/index.js:1:2976)
158:  at async main (/home/runner/work/_actions/pnpm/action-setup/v4.0.0/dist/index.js:1:444)
159:  ##[error]Error: Multiple versions of pnpm specified:
160:    - version latest in the GitHub Action config with the key "version"
161:    - version pnpm@9.0.0 in the package.json with the key "packageManager"
162:  Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_PM_VERSION
163:  ##[group]Run codecov/test-results-action@v1.0.2
...

176:  gpg: Total number processed: 1
177:  gpg:               imported: 1
178:  gpg: Signature made Wed Mar 12 16:00:55 2025 UTC
179:  gpg:                using RSA key 27034E7FDB850E0BBC2C62FF806BB28AED779869
180:  gpg: Good signature from "Codecov Uploader (Codecov Uploader Verification Key) <security@codecov.io>" [unknown]
181:  gpg: WARNING: This key is not certified with a trusted signature!
182:  gpg:          There is no indication that the signature belongs to the owner.
183:  Primary key fingerprint: 2703 4E7F DB85 0E0B BC2C  62FF 806B B28A ED77 9869
184:  ==> Uploader SHASUM verified (39dd112393680356daf701c07f375303aef5de62f06fc80b466b5c3571336014  codecov)
185:  ==> Running version latest
186:  ==> Running version v10.2.1
187:  ==> Running command '/home/runner/work/_actions/codecov/test-results-action/v1.0.2/dist/codecov do-upload'
188:  [command]/home/runner/work/_actions/codecov/test-results-action/v1.0.2/dist/codecov do-upload -C 310532d7fe7ef9d4f7d09d7306291bcfac6f5ed2 --report-type test_results
189:  info - 2025-03-23 16:49:26,706 -- ci service found: github-actions
190:  info - 2025-03-23 16:49:26,748 -- Found 0 test_results files to report
191:  error - 2025-03-23 16:49:26,748 -- No JUnit XML reports found. Please review our documentation (https://docs.codecov.com/docs/test-result-ingestion-beta) to generate and upload the file.
192:  info - 2025-03-23 16:49:27,244 -- No test results reports found. Triggering notifications without uploading.

@renovate renovate bot force-pushed the renovate/python-3.x branch 2 times, most recently from 4a1d5ba to 8b141fc Compare October 8, 2025 05:03
@renovate renovate bot force-pushed the renovate/python-3.x branch from 8b141fc to df13f6b Compare November 19, 2025 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants