Skip to content

deps: Update dependency pyrefly to >=1.1.1,<1.2#851

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/pyrefly-1.x
Jul 15, 2026
Merged

deps: Update dependency pyrefly to >=1.1.1,<1.2#851
renovate[bot] merged 1 commit into
mainfrom
renovate/pyrefly-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
pyrefly (source) feature-lint patch >=1.1.0,<1.2>=1.1.1,<1.2

Release Notes

facebook/pyrefly (pyrefly)

v1.1.1: Pyrefly v1.1.1

Compare Source

Release date: June 18, 2026

Pyrefly v1.1.1 is a patch release with a single bug fix.


🐛 Bug fixes

  • #​3867: Fixed a regression introduced in 1.1.0 where isinstance() narrowing of a union variable silently stopped working when an earlier sibling branch in the same if/elif/else chain narrowed a different variable with isinstance() and returned. The later narrowing left the union untouched, producing false missing-attribute errors on code that checked correctly in 1.0.0.

Thank-you to all our contributors who found these bugs and reported them! Did you know this is one of the most helpful contributions you can make to an open-source project? If you find any bugs in Pyrefly we want to know about them! Please open a bug report issue here.


📦 Upgrade

pip install --upgrade pyrefly==1.1.1
How to safely upgrade your codebase

Upgrading the version of Pyrefly you're using or a third-party library you depend on can reveal new type errors in your code. Fixing them all at once is often unrealistic. We've written scripts to help you temporarily silence them. After upgrading, follow these steps:

  1. pyrefly check --suppress-errors
  2. Run your code formatter of choice
  3. pyrefly check --remove-unused-ignores
  4. Repeat until you achieve a clean formatting run and a clean type check.

This will add # pyrefly: ignore comments to your code, enabling you to silence errors and return to fix them later. This can make the process of upgrading a large codebase much more manageable.

Read more about error suppressions in the Pyrefly documentation.


Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 15, 2026
@renovate
renovate Bot enabled auto-merge (squash) July 15, 2026 00:26
@renovate
renovate Bot merged commit c1a2e41 into main Jul 15, 2026
13 checks passed
@renovate
renovate Bot deleted the renovate/pyrefly-1.x branch July 15, 2026 00:31
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants