Unpin prompt-toolkit version (#5438)

Merge this after https://github.com/xonsh/xonsh/pull/5437

## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍
comment**

---------

Co-authored-by: a <1@1.1>
This commit is contained in:
Andy Kipp 2024-05-23 20:08:54 +02:00 committed by GitHub
parent 1847f8a379
commit 61bda708c9
Failed to generate hash of commit
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
'prompt-toolkit>=3.0.29,<3.0.40' # https://github.com/xonsh/xonsh/issues/5241#issuecomment-1961889489
'prompt-toolkit>=3.0.29'
Pygments
ujson

View file

@ -4,7 +4,7 @@
**Changed:**
* Pinned prompt-toolkit version 3.0.29-3.0.39 to workaround upstream issue. More info in issue 5393.
* <news item>
**Deprecated:**
@ -12,7 +12,7 @@
**Removed:**
* <news item>
* Unpin prompt-toolkit version (#5438).
**Fixed:**

View file

@ -83,7 +83,7 @@ changelog = "https://github.com/xonsh/xonsh/blob/main/CHANGELOG.rst"
[project.optional-dependencies]
ptk = [
"prompt-toolkit>=3.0.29,<3.0.40",
"prompt-toolkit>=3.0.29",
"pyperclip",
]
pygments = ["pygments>=2.2"]
@ -98,7 +98,7 @@ full = [
"ujson",
]
bestshell = [
"prompt-toolkit>=3.0.29,<3.0.40",
"prompt-toolkit>=3.0.29",
"pygments>=2.2",
]
test = [
@ -110,7 +110,7 @@ test = [
"pytest-timeout",
"pytest-subprocess",
"pytest-rerunfailures",
"prompt-toolkit>=3.0.29,<3.0.40",
"prompt-toolkit>=3.0.29",
"pygments>=2.2",
"coverage>=5.3.1",
"pyte>=0.8.0",