# requests 2.33+ requires Python 3.10. Keep the documented Python 3.9 floor
# on the latest compatible 2.32 patch while newer runtimes use the current line.
requests>=2.32.5,<2.33; python_version < "3.10"
requests>=2.34.2; python_version >= "3.10"
pypinyin>=0.55.0
pyyaml>=6.0.3
