Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2024

This PR contains the following updates:

Package Change Age Confidence
prompt-toolkit ==3.0.43 -> ==3.0.52 age confidence

Release Notes

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

v3.0.52

Compare Source

New features:

  • Add choice() shortcut for selecting an option amongst a list of choices
    (see documentation for examples).
  • Add support for ANSI dim text formatting.
  • Add frame=... option for prompt() and choice() shortcuts to allow for
    displaying a frame around the input prompt.

Fixes:

  • Fix button width when non English characters are displayed.
  • Implement flushing in Windows VT100 input.
  • Fix signal handling for GraalPy.
  • Fix handling of zero sized dimensions.

v3.0.51

Compare Source

New features:

  • Use pyproject.toml instead of setup.py.

Fixes:

  • Fix edge case in formatted_text.split_lines when the input starts with a
    line ending.

v3.0.50

Compare Source

Fixes:

  • Fixes non user impacting regression on the output rendering. Don't render
    cursor hide/show ANSI escape codes if not needed.

v3.0.49

Compare Source

New features:

  • On Windows, use virtual terminal input when available.
  • Support for multiline suggestions.

Fixes:

  • Handle InvalidStateError during termination when using
    run_in_terminal/patch_stdout. This can happen in some cases during
    cancellation, probably when using anyio.
  • Fix cursor that remains in hidden state when the application exits. This can
    happen when the application doesn't show the cursor and erase_when_done is
    being used.

Breaking changes:

  • Drop support for Python 3.7:

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from ef9b6c5 to e50c595 Compare August 28, 2024 01:23
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.47 Update dependency prompt-toolkit to v3.0.48 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from e50c595 to abce15c Compare September 25, 2024 11:17
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.48 Update dependency prompt-toolkit to v3.0.49 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from abce15c to 7213e45 Compare January 20, 2025 10:25
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.49 Update dependency prompt-toolkit to v3.0.50 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 7213e45 to 3e5dd14 Compare January 20, 2025 17:05
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.50 Update dependency prompt-toolkit to v3.0.51 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 3e5dd14 to 4bbfb0e Compare April 15, 2025 11:02
@renovate renovate bot changed the title Update dependency prompt-toolkit to v3.0.51 Update dependency prompt-toolkit to v3.0.52 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/prompt-toolkit-3.x branch from 4bbfb0e to a701cf3 Compare August 27, 2025 17:51
@coderabbitai
Copy link

coderabbitai bot commented Aug 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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.

1 participant