Skip to content

Commit

Permalink
Specify prompt_toolkit <=3.0.36 to avoid event loop in version 3.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed May 16, 2023
1 parent adfac7f commit 4468bb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
prompt_toolkit = ">=2.0,<4.0"
prompt_toolkit = ">=2.0,<=3.0.36" # once https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1726 is fixed, this can be changed to ">=2.0,<4.0"
Sphinx = {version = ">=4.1,<6.0", optional = true}
sphinx-rtd-theme = {version = ">=0.5,<1.1", optional = true}
sphinx-autobuild = {version = ">=2020.9.1,<2022.0.0", optional = true}
Expand Down

0 comments on commit 4468bb8

Please sign in to comment.