mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
10 lines
484 B
Text
10 lines
484 B
Text
# Make sure to install those as additional_dependencies in the
|
|
# pre-commit hooks for pylint & mypy
|
|
# Also update the readme accordingly
|
|
|
|
# When dependencies release new versions and tests succeed, we should try to expand the allowed
|
|
# versions and only increase the lower bound if necessary
|
|
|
|
# httpx has no stable release yet, but we've had no stability problems since v20.0a0 either
|
|
# Since there have been requests to relax the bound a bit, we allow versions < 1.0.0
|
|
httpx ~= 0.27
|