Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Confidence
mypy (changelog) 1.19.0 -> 1.19.1 age confidence
nitypes 1.0.1.dev0 -> 1.0.1 age confidence
protobuf 6.33.1 -> 6.33.2 age confidence
types-protobuf (changelog) 6.32.1.20251105 -> 6.32.1.20251210 age confidence

Release Notes

python/mypy (mypy)

v1.19.1

Compare Source

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)
ni/nitypes-python (nitypes)

v1.0.1: nitypes 1.0.1

Compare Source

Bug Fixes

  • Corrected the ordering of Digital Waveform Signal Indices (#​222).
    • In the nitypes 1.0.0 release, the signals were indexed in the same order as the underlying data array, with signal_index: 0 representing the leftmost bit. However, this was backwards from how waveform support in NI drivers indexes signals in digital ports, where the leftmost bit (typically the most significant bit) is considered the highest signal index.
    • This has been fixed in nitypes 1.0.1, so that signal_index: 0 is now the rightmost (least significant) bit. Signals now also have a separate column_index property that matches the index of the underlying array (and matches the old signal_index behavior).

Full Changelog: ni/nitypes-python@1.0.0...1.0.1


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone US/Central, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@zhindes zhindes mentioned this pull request Dec 17, 2025
3 tasks
@zhindes zhindes enabled auto-merge (squash) December 17, 2025 21:37
@zhindes zhindes merged commit bbab16f into master Dec 17, 2025
33 of 34 checks passed
@renovate renovate bot deleted the users/renovate/python branch December 17, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants