chore(deps-dev): bump pyright from 1.1.413 to 1.1.414 - #3902
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.413 to 1.1.414. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.414/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.414 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Castiron custom code✅ No new custom-code files detected. 47 mixed files remain; 0 existing customizations changed. Compared 47 existing customizations unchanged
7 more in the full report. A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload the exact patch produced by this run (requires repository access): gh run download 35390426963 --repo openai/openai-python \
--name castiron-custom-code-35390426963-1 --dir /tmp/castiron-custom-code-35390426963-1
git apply --stat /tmp/castiron-custom-code-35390426963-1/custom-code.patch
cat /tmp/castiron-custom-code-35390426963-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin bccad31277a98f120bdce604a35a5774a0beaeae 50a192ced0697b9e6f7b1a637d2a1331f776882c
python3 scripts/castiron/custom_code_report.py report \
--base bccad31277a98f120bdce604a35a5774a0beaeae \
--head 50a192ced0697b9e6f7b1a637d2a1331f776882c --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-50a192ced069
cat /tmp/castiron-custom-code-50a192ced069/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 50a192ced0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| }, | ||
| "devDependencies": { | ||
| "pyright": "1.1.413" | ||
| "pyright": "1.1.414" |
There was a problem hiding this comment.
Wait for pyright to clear the release-age gate
At this commit, pyright 1.1.414 is less than eight days old, while pnpm-workspace.yaml enforces minimumReleaseAge: 11520 with strict checks and trustLockfile: false (matching the eight-day npm cooldown in .github/dependabot.yml). The CI workflows invoke .github/actions/setup-node-tooling/action.yml, which runs ./scripts/bootstrap-node and its frozen pnpm install, so the locked release is rejected before lint, tests, or breaking-change checks can start. Delay this bump until the package matures rather than bypassing the repository's dependency gate.
AGENTS.md reference: AGENTS.md:L31-L34
Useful? React with 👍 / 👎.
Bumps pyright from 1.1.413 to 1.1.414.
Release notes
Sourced from pyright's releases.
Commits
a28cce4Bump version to 1.1.414 (#11724)fa9b200Pull Pylance with Pyright 1.1.413 (#11697)5cf4afaMigrate CI package installation to pnpm (#11652)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)