From de92f65b921d8d75575da295039f7743c863581b Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Mon, 30 Sep 2024 15:32:52 -0700 Subject: [PATCH] Reverting prompt-toolkit upgrade Per note from @PatStLouis on the PR that updated the toolkit. Odd that I didn't see an error but I confess I didn't run through all the tests -- just a chunk to see all was well. Signed-off-by: Stephen Curran Signed-off-by: Stephen Curran Signed-off-by: Stephen Curran --- aries-backchannels/python/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aries-backchannels/python/requirements.txt b/aries-backchannels/python/requirements.txt index cd1a8e1c..de23c8de 100644 --- a/aries-backchannels/python/requirements.txt +++ b/aries-backchannels/python/requirements.txt @@ -1,4 +1,4 @@ -prompt_toolkit~=3.0.48 +prompt_toolkit~=2.0.9 pygments git+https://github.com/webpy/webpy.git#egg=web.py python3-indy @@ -7,4 +7,4 @@ debugpy aiohttp>=3.8.1 ConfigArgParse typing_extensions -base58 \ No newline at end of file +base58