CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Relaxing upper constraints for prompt-toolkit? #135

Open chongkong opened 3 years ago

chongkong commented 3 years ago

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.