Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency prompt-toolkit to v3.0.45 #223

Open
wants to merge 1 commit into
base: master-dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prompt-toolkit ==3.0.30 -> ==3.0.45 age adoption passing confidence

Release Notes

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

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

v3.0.43

Compare Source

Fixes:

  • Fix regression on Pypy: Don't use ctypes.pythonapi to restore SIGINT if not
    available.

v3.0.42

Compare Source

Fixes:

  • Fix line wrapping in patch_stdout on Windows.
  • Make formatted_text.split_lines() accept an iterable instead of lists only.
  • Disable the IPython workaround (from 3.0.41) for IPython >= 8.18.
  • Restore signal.SIGINT handler between prompts.

v3.0.41

Compare Source

Fixes:

  • Fix regression regarding IPython input hook (%gui) integration.

v3.0.40

Compare Source

Fixes:

  • Improved Python 3.12 support (fixes event loop DeprecationWarning).

New features:

  • Vi key bindings: control-t and control-d for indent/unindent in insert
    mode.
  • Insert partial suggestion when control+right is pressed, similar to Fish.
  • Use sphinx-nefertiti theme for the docs.

v3.0.39

Compare Source

Fixes:

  • Fix RuntimeError when __breakpointhook__ is called from another thread.
  • Fix memory leak in filters usage.
  • Ensure that key bindings are handled in the right context (when using
    contextvars).

New features:

  • Accept in_thread keyword in prompt_toolkit.shortcuts.prompt().
  • Support the NO_COLOR environment variable.

v3.0.38

Compare Source

Fixes:

  • Fix regression in filters. (Use of WeakValueDictionary caused filters to
    not be cached).

New features:

  • Use 24-bit true color now by default on Windows 10/11.

v3.0.37

Compare Source

Bug fixes:

  • Fix currentThread() deprecation warning.
  • Fix memory leak in filters.
  • Make VERSION tuple numeric.

New features:

  • Add .run() method in TelnetServer. (To be used instead of
    .start()/.stop().

Breaking changes:

  • Subclasses of Filter have to call super() in their __init__.
  • Drop support for Python 3.6:
    • This includes code cleanup for Python 3.6 compatibility.
    • Use get_running_loop() instead of get_event_loop().
    • Use asyncio.run() instead of asyncio.run_until_complete().

v3.0.36

Fixes:

  • Another Python 3.6 fix for a bug that was introduced in 3.0.34.

v3.0.35

Fixes:

  • Fix bug introduced in 3.0.34 for Python 3.6. Use asynccontextmanager
    implementation from prompt_toolkit itself.

v3.0.34

Compare Source

Fixes:

  • Improve completion performance in various places.
  • Improve renderer performance.
  • Handle KeyboardInterrupt when the stacktrace of an unhandled error is
    displayed.
  • Use correct event loop in Application.create_background_task().
  • Fix show_cursor attribute in ScrollablePane.

v3.0.33

Compare Source

Fixes:

  • Improve termination of Application. Don't suppress CancelledError. This
    fixes a race condition when an Application gets cancelled while we're
    waiting for the background tasks to complete.
  • Fixed typehint for OneStyleAndTextTuple.
  • Small bugfix in CombinedRegistry. Fixed missing @property.

v3.0.32

Compare Source

Bug fixes:

  • Use DummyInput by default in create_input() if sys.stdin does not have
    a valid file descriptor. This fixes errors when sys.stdin is patched in
    certain situations.
  • Fix control-c key binding for ProgressBar when the progress bar was not
    created from the main thread. The current code would try to kill the main
    thread when control-c was pressed.

New features:

  • Accept a cancel_callback in ProgressBar to specify the cancellation
    behavior for when control-c is pressed.
  • Small performance improvement in the renderer.

v3.0.31

Compare Source

New features:

  • Pass through name property in TextArea widget to Buffer.
  • Added a enable_cpr parameter to Vt100_Output, TelnetServer and
    PromptToolkitSSHServer, to completely disable CPR support instead of
    automatically detecting it.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.38 Update dependency prompt-toolkit to v3.0.38 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/prompt-toolkit-3.x branch April 3, 2023 23:48
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.38 - autoclosed Update dependency prompt-toolkit to v3.0.38 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from d36bf94 to 75ae9a9 Compare July 11, 2023 12:37
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.38 Update dependency prompt-toolkit to v3.0.39 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 75ae9a9 to de072f3 Compare November 17, 2023 12:46
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.39 Update dependency prompt-toolkit to v3.0.40 Nov 17, 2023
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.40 Update dependency prompt-toolkit to v3.0.41 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from de072f3 to e4c96f5 Compare November 21, 2023 10:05
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from e4c96f5 to 8e9366c Compare December 19, 2023 14:20
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.41 Update dependency prompt-toolkit to v3.0.42 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 8e9366c to 75518c1 Compare December 20, 2023 09:46
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.42 Update dependency prompt-toolkit to v3.0.43 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 75518c1 to 9b75340 Compare June 4, 2024 01:38
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.43 Update dependency prompt-toolkit to v3.0.44 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 9b75340 to c7dc4bd Compare June 4, 2024 12:13
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.44 Update dependency prompt-toolkit to v3.0.45 Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants