Skip to content

Update pyright requirement from <=1.1.410 to <=1.1.411 in /src/bindings/python#36561

Merged
akashchi merged 1 commit into
masterfrom
dependabot/pip/src/bindings/python/pyright-lte-1.1.411
Jun 26, 2026
Merged

Update pyright requirement from <=1.1.410 to <=1.1.411 in /src/bindings/python#36561
akashchi merged 1 commit into
masterfrom
dependabot/pip/src/bindings/python/pyright-lte-1.1.411

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pyright to permit the latest version.

Commits

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 [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v0.0.1...v1.1.411)

---
updated-dependencies:
- dependency-name: pyright
  dependency-version: 1.1.411
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner June 25, 2026 07:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 25, 2026
@dependabot dependabot Bot requested review from akuporos and p-wysocki and removed request for a team June 25, 2026 07:04
@github-actions github-actions Bot added category: Python API OpenVINO Python bindings category: dependency_changes Pull requests that update a dependency file labels Jun 25, 2026
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Jun 25, 2026
@p-wysocki p-wysocki added this pull request to the merge queue Jun 26, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

CI Doctor — Merge Queue failure on this PR

Pipeline: Windows (VS 2022, Python 3.11, Release)
Failure: openvino-node NPM package upload fails - zip not created by Pack step

Possible remedy

  1. Re-run the workflow — this may be a one-off transient failure; re-triggering the merge queue is the fastest path to unblock.
  2. If the failure recurs, the root cause is in .github/workflows/job_build_windows.yml: the "Pack openvino_node_npm_package" step (L375–388) runs npm pack and Compress-Archive without $ErrorActionPreference = 'Stop', so a silent PowerShell error leaves the zip missing.
  3. Add $ErrorActionPreference = 'Stop' at the top of that step's run: block to make failures visible.
  4. Add an explicit check after npm pack: if (-not (Get-ChildItem -Filter openvino-node-*)) { throw 'npm pack produced no output' }.

What happened

Step 28 "Pack openvino_node_npm_package" reported success but apparently did not write openvino_node_npm_package.zip to the build directory. Step 37 "Upload openvino-node NPM package" (actions/upload-artifact@v7.0.1) then failed immediately with if-no-files-found: error. All other build steps, including the adjacent "Upload OpenVINO js package" (step 36), completed successfully.

This failure is unrelated to the pyright version bump in this PR — the JS/Node.js build path is independent of Python test requirements.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • productionresultssa3.blob.core.windows.net

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "productionresultssa3.blob.core.windows.net"

See Network Configuration for more information.

Generated by CI Failure Doctor — Merge Queue · 207.6 AIC · ⌖ 9.62 AIC · ⊞ 15.2K ·

@akashchi akashchi added this pull request to the merge queue Jun 26, 2026
Merged via the queue into master with commit 40bd59f Jun 26, 2026
238 of 243 checks passed
@akashchi akashchi deleted the dependabot/pip/src/bindings/python/pyright-lte-1.1.411 branch June 26, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: dependency_changes Pull requests that update a dependency file category: Python API OpenVINO Python bindings dependencies Pull requests that update a dependency file ExternalPR External contributor python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants