Skip to content

chore(api): update dependency prompt-toolkit to v3.0.48 (stable)

RenovateBot requested to merge renovate/stable-api-prompt-toolkit-3.x into stable

This MR contains the following updates:

Package Type Update Change
prompt-toolkit dev patch ==3.0.43 -> ==3.0.48

Release Notes

prompt-toolkit/python-prompt-toolkit (prompt-toolkit)

v3.0.48

Compare Source

Fixes:

  • Typing improvements:
    • Add @overload to contrib.regular_languages.compiler.Variables.get.
    • Use Sequence instead of list for words argument in completers.
  • Improve ModalCursorShapeConfig:
    • Display an "underscore" cursor in Vi's "replace single" mode, like "replace" mode.
    • Display an "beam" cursor in Emacs (insert) mode.

v3.0.47

Compare Source

New features:

  • Allow passing exception classes for KeyboardInterrupt and EOFError in PromptSession.

Fixes:

  • Compute padding parameters for Box widget lazily.

v3.0.46

Compare Source

Fixes:

  • Fix pytest capsys fixture compatibility.

v3.0.45

Compare Source

Fixes:

  • Improve performance of GrammarCompleter (faster deduplication of completions).

v3.0.44

Compare Source

New features:

  • Accept os.PathLike in FileHistory (typing fix).

Fixes:

  • Fix memory leak in filters.
  • Improve performance of progress bar formatters.
  • Fix compatibility when a SIGINT handler is installed by non-Python (Rust, C).
  • Limit number of completions in buffer to 10k by default (for performance).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports