chore(api): update dependency prompt-toolkit to v3.0.48 (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
Fixes:
- Typing improvements:
- Add
@overload
tocontrib.regular_languages.compiler.Variables.get
. - Use
Sequence
instead oflist
forwords
argument in completers.
- Add
- 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
New features:
- Allow passing exception classes for
KeyboardInterrupt
andEOFError
inPromptSession
.
Fixes:
- Compute padding parameters for
Box
widget lazily.
v3.0.46
Fixes:
- Fix pytest capsys fixture compatibility.
v3.0.45
Fixes:
- Improve performance of
GrammarCompleter
(faster deduplication of completions).
v3.0.44
New features:
- Accept
os.PathLike
inFileHistory
(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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by RenovateBot