Skip to content

Build(deps-dev): Bump pyright from 1.1.408 to 1.1.410 in /python#6275

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/pip/python/pyright-1.1.410
Open

Build(deps-dev): Bump pyright from 1.1.408 to 1.1.410 in /python#6275
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/pip/python/pyright-1.1.410

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pyright from 1.1.408 to 1.1.410.

Commits

@dependabot dependabot Bot added dependencies python Issues related to the Python codebase labels Jun 2, 2026
Copilot AI review requested due to automatic review settings June 2, 2026 19:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions github-actions Bot changed the title Build(deps-dev): Bump pyright from 1.1.408 to 1.1.410 in /python Python: Build(deps-dev): Bump pyright from 1.1.408 to 1.1.410 in /python Jun 2, 2026
@dependabot dependabot Bot changed the title Python: Build(deps-dev): Bump pyright from 1.1.408 to 1.1.410 in /python Build(deps-dev): Bump pyright from 1.1.408 to 1.1.410 in /python Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/python/pyright-1.1.410 branch from 6c342f4 to 6870f67 Compare June 4, 2026 23:14
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.408 to 1.1.410.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.408...v1.1.410)

---
updated-dependencies:
- dependency-name: pyright
  dependency-version: 1.1.410
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/python/pyright-1.1.410 branch from 6870f67 to 838b20d Compare June 9, 2026 21:37
@moonbox3

Copy link
Copy Markdown
Contributor

@copilot: fix the CI/CD failures

Copilot AI commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

@copilot: fix the CI/CD failures

Fixed in commit 9c78e3a. I investigated the failing workflow logs and resolved the root cause by aligning pyright pinning across the Python workspace (python/packages/lab/pyproject.toml) and regenerating python/uv.lock, which removes the dependency resolution conflict in CI setup.

Copilot AI requested a review from moonbox3 June 17, 2026 01:20
@moonbox3 moonbox3 added the lab label Jun 17, 2026
@moonbox3

Copy link
Copy Markdown
Contributor

@copilot: fix the remaining CI/CD failures. Package Checks (3.11) is failing under pyright 1.1.410. The failed pyright package checks are: packages/redis (agent_framework_redis/context_provider.py: operator.and is partially unknown and reduce receives an unknown function type), packages/core (agent_framework/_types.py assignment type issue in ResponseStream and agent_framework/_workflows/_events.py @contextmanager return annotation should use Generator), packages/anthropic (AsyncAnthropicBedrock / AsyncAnthropicVertex private import usage from anthropic; import from ._client instead), and packages/orchestrations (agent_framework_orchestrations/_magentic.py passes UNSET where int | Sentinel is expected). merge-gatekeeper is failing only because Package Checks is red.

Copilot AI commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

@copilot: fix the remaining CI/CD failures. Package Checks (3.11) is failing under pyright 1.1.410. The failed pyright package checks are: packages/redis (agent_framework_redis/_context_provider.py: o...

Implemented in commits 163ffab and c653f05. I fixed the remaining pyright 1.1.410 Package Checks failures in packages/redis, packages/core, packages/anthropic, and packages/orchestrations, and validated with targeted package pyright runs (core, redis, anthropic, orchestrations) now all passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Issues related to the Python codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants