Skip to content

Update qiskit-serverless requirement from ~=0.35.0 to ~=0.35.1 in /scripts/nb-tester - #5584

Merged
abbycross merged 1 commit into
mainfrom
dependabot/pip/scripts/nb-tester/qiskit-serverless-approx-eq-0.35.1
Aug 31, 2026
Merged

Update qiskit-serverless requirement from ~=0.35.0 to ~=0.35.1 in /scripts/nb-tester#5584
abbycross merged 1 commit into
mainfrom
dependabot/pip/scripts/nb-tester/qiskit-serverless-approx-eq-0.35.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on qiskit-serverless to permit the latest version.

Release notes

Sourced from qiskit-serverless's releases.

v0.35.1

Release Notes

v0.35.1

Prelude

qiskit_serverless v0.35.1 is a bug-fix release with a few improvements over v0.35.0; upgrading is advised but not required. GET /api/v1/jobs/provider now scopes its results to the requested provider, running a Qiskit Function with a large batch of arguments no longer fails with a 500 error, and get_runtime_service() is now compatible with VPE configurations. The author of a provider function is also now treated as an admin of that function for the provider operations, so an automated publisher can manage the functions it uploads.

Upgrade Notes

  • Two new settings, both also exposed as chart values under gateway.application.limits: MAX_REQUEST_BODY_SIZE_MB (maxRequestBodySizeMb, 50) and MAX_ARGUMENTS_LENGTH_MB (maxArgumentsLengthMb, 32). Size them against the pod's memory and worker count, since a body costs about three times its size in the worker holding it and every worker can hold one at once. specs/ARGUMENTS_LIMIT.md has the table.
  • The author of a provider function is now treated as an admin of that one function for the six provider operations: uploading a new version, listing the function's jobs, reading its provider logs, and the three provider file operations. This lets an automated publisher manage the functions it uploads without extra grants.

    The grant is scoped to that single function. It does not list the function in the catalog, does not grant the right to run it, and does not make the author an admin of the provider as a whole. Creating a brand-new provider function still requires the upload permission, and access that worked before is unaffected.

Bug Fixes

  • Running a Qiskit Function with a large batch of arguments no longer fails with 500 Internal server error. The gateway now accepts request bodies of up to 50 MB, and reports going over that as 413 Request Entity Too Large naming the limit.

... (truncated)

Commits
  • 5a9da93 update-version-0.35.1 (#2432)
  • b8c5c1b Bump the gateway-dependencies group in /gateway with 3 updates (#2430)
  • 2f53bcd Stabilize the flaky uniqueItems CPU budget test (#2426)
  • 9298863 Update boto3 requirement in /tests in the tests-dependencies group (#2428)
  • d76879c Wrap job creation in a database transaction (#2414)
  • 7735fb0 Allow get_runtime_service to use a private endpoint (#2424)
  • 4e49110 Adapt the instances suite to function ownership granting the provider operati...
  • 29ce9f9 Fleets: inject private URLs into job containers (#2415)
  • 46ffc3e Fix/provider function author upload (#2397)
  • f46486f Set an explicit request body size limit and report going over it as 413 (#2419)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [qiskit-serverless](https://github.com/Qiskit/qiskit-serverless) to permit the latest version.
- [Release notes](https://github.com/Qiskit/qiskit-serverless/releases)
- [Commits](Qiskit/qiskit-serverless@v0.35.0...v0.35.1)

---
updated-dependencies:
- dependency-name: qiskit-serverless
  dependency-version: 0.35.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 31, 2026
@qiskit-bot

Copy link
Copy Markdown
Contributor

Thanks for contributing to Qiskit documentation!

Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌

@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@abbycross abbycross reopened this Aug 31, 2026
@github-project-automation github-project-automation Bot moved this from Done to Todo in Docs Planning Aug 31, 2026
@abbycross
abbycross added this pull request to the merge queue Aug 31, 2026
Merged via the queue into main with commit aad4b80 Aug 31, 2026
12 of 13 checks passed
@abbycross
abbycross deleted the dependabot/pip/scripts/nb-tester/qiskit-serverless-approx-eq-0.35.1 branch August 31, 2026 14:33
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs Planning Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants