Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Upgrade to prompt_toolkit 2.0 #137

Merged
merged 4 commits into from Aug 5, 2021

Conversation

jonathanslenders
Copy link
Contributor

These are the changes required for upgrading to prompt_toolkit 2.0 once it's released.

Do you need asynchronous autocompletion or not? By default, completion is synchronous, but we can make it async if completion takes too much time.

@jonathanslenders
Copy link
Contributor Author

@eliangcs
Copy link
Contributor

eliangcs commented Jan 2, 2018

@jonathanslenders thanks so much for the effort! We only need synchronous completion since the completion in http-prompt is simple and fast.

@kolakode
Copy link

kolakode commented Sep 5, 2018

@jonathanslenders

Could you please update your pull request to address the failing check?

I manually patched the cli.py and utils.py files (not requirements.txt - updated metadata.json instead) and your patch appears to work fine with prompt_toolkit 2.0.

Thanks,
-Shaun

@alansill
Copy link
Contributor

Is there an update on this pull request?

@friederbluemle
Copy link

Hopefully this can be fixed/merged soon. Thanks!

requirements.txt Outdated Show resolved Hide resolved
@BoboTiG BoboTiG merged commit 6943959 into httpie:master Aug 5, 2021
@BoboTiG
Copy link
Contributor

BoboTiG commented Aug 5, 2021

Thanks a lot @jonathanslenders and sorry for the delay :)

@jonathanslenders jonathanslenders deleted the prompt-toolkit-2.0 branch August 5, 2021 17:02
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.

None yet

7 participants