PyInquirer
PyInquirer copied to clipboard
Relaxing upper constraints for prompt-toolkit?
I noticed the project (at master) depends on prompt-toolkit>=3.0.0<3.1.0 which seems pretty tight. Why not make it >=3.0.0,<4 for better compatibility, as prompt-toolkit would probably follow semantic versioning thus the same major version would work.