Skip to content

Commit ceca6e8

Browse files
authored
Fix dependency version of prompt_toolkit>=3.0.41 (#1870)
* fix dependency version of prompt_toolkit>=3.0.41
1 parent c1c482e commit ceca6e8

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Internal
1818
* More test coverage for completion prefetch.
1919
* More test coverage for `--resume`.
2020
* Upgrade `cli_helpers` dependency to v2.14.0.
21+
* Require `prompt_toolkit>=3.0.41`.
2122

2223

2324
1.70.0 (2026/04/24)

mycli/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Contributors:
114114
* Scott Nemes
115115
* Angelino Storm
116116
* Abhay Kumar
117+
* yurenchen000
117118

118119

119120
Created by:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"clickdc ~= 0.1.1",
1313
"cryptography ~= 46.0.5",
1414
"Pygments ~= 2.19.2",
15-
"prompt_toolkit>=3.0.6,<4.0.0",
15+
"prompt_toolkit>=3.0.41,<4.0.0",
1616
"PyMySQL ~= 1.1.2",
1717
"sqlparse>=0.3.0,<0.6.0",
1818
"sqlglot[c] ~= 30.4.3",
@@ -157,4 +157,4 @@ source = ['mycli']
157157
omit = [
158158
# deprecated
159159
'mycli/packages/paramiko_stub/__init__.py',
160-
]
160+
]

0 commit comments

Comments
 (0)