Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Internal
* More test coverage for completion prefetch.
* More test coverage for `--resume`.
* Upgrade `cli_helpers` dependency to v2.14.0.
* Require `prompt_toolkit>=3.0.41`.


1.70.0 (2026/04/24)
Expand Down
1 change: 1 addition & 0 deletions mycli/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Contributors:
* Scott Nemes
* Angelino Storm
* Abhay Kumar
* yurenchen000


Created by:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"clickdc ~= 0.1.1",
"cryptography ~= 46.0.5",
"Pygments ~= 2.19.2",
"prompt_toolkit>=3.0.6,<4.0.0",
"prompt_toolkit>=3.0.41,<4.0.0",
"PyMySQL ~= 1.1.2",
"sqlparse>=0.3.0,<0.6.0",
"sqlglot[c] ~= 30.4.3",
Expand Down Expand Up @@ -157,4 +157,4 @@ source = ['mycli']
omit = [
# deprecated
'mycli/packages/paramiko_stub/__init__.py',
]
]