Skip to content

Fix dependency version of prompt_toolkit>=3.0.41#1870

Merged
rolandwalker merged 3 commits intodbcli:mainfrom
yurenchen000:fix_depend_version-prompt_toolkit
Apr 28, 2026
Merged

Fix dependency version of prompt_toolkit>=3.0.41#1870
rolandwalker merged 3 commits intodbcli:mainfrom
yurenchen000:fix_depend_version-prompt_toolkit

Conversation

@yurenchen000
Copy link
Copy Markdown
Contributor

@yurenchen000 yurenchen000 commented Apr 27, 2026

Description

try to fix #1869

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

@rolandwalker
Copy link
Copy Markdown
Contributor

Sounds good! Can you add your name or handle to the AUTHORS file?

@rolandwalker
Copy link
Copy Markdown
Contributor

Hm, the latest is 3.0.52 — why not the latest?

@yurenchen000
Copy link
Copy Markdown
Contributor Author

yurenchen000 commented Apr 28, 2026

Hm, the latest is 3.0.52 — why not the latest?

  • 3.0.41 is the Minimum available version
  • <= 3.0.40 not work

Sounds good! Can you add your name or handle to the AUTHORS file?

added

@rolandwalker rolandwalker changed the title fix depnd version of prompt_toolkit>=3.0.41 Fix dependency version of prompt_toolkit>=3.0.41 Apr 28, 2026
@rolandwalker rolandwalker merged commit ceca6e8 into dbcli:main Apr 28, 2026
@rolandwalker
Copy link
Copy Markdown
Contributor

Thank you!

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.

pip3 install mycli on ubuntu 22.04 encountering dependency version issues

2 participants