chore(api): update dependency prompt-toolkit to v3.0.38 (stable)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
prompt-toolkit | dev-dependencies | patch |
==3.0.36 -> ==3.0.38
|
Release Notes
prompt-toolkit/python-prompt-toolkit
v3.0.38
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
Bug fixes:
- Fix
currentThread()
deprecation warning. - Fix memory leak in filters.
- Make VERSION tuple numeric.
New features:
- Add
.run()
method inTelnetServer
. (To be used instead of.start()/.stop()
.
Breaking changes:
- Subclasses of
Filter
have to callsuper()
in their__init__
. - Drop support for Python 3.6:
- This includes code cleanup for Python 3.6 compatibility.
- Use
get_running_loop()
instead ofget_event_loop()
. - Use
asyncio.run()
instead ofasyncio.run_until_complete()
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.