awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

Upgrade to prompt-toolkit 1.0.0 #117

Closed jonathanslenders closed 8 years ago

jonathanslenders commented 8 years ago

Changes required to be compatible with the latest prompt-toolkit. (This prompt-toolkit release does a few bug fixes and contains many improvements.)

Changelog: https://github.com/jonathanslenders/python-prompt-toolkit/blob/master/CHANGELOG

jamesls commented 8 years ago

I've added a fix for the failing test here: https://github.com/awslabs/aws-shell/pull/120

Let's track the remaining work there.

@jonathanslenders thanks for the pull request. Really appreciate the updates for v1.0.0.