feat: add python-telegram-bot dependency to project

This commit is contained in:
Anish Sarkar 2026-05-27 23:28:34 +05:30
parent 820f541f08
commit 69abf0d916
2 changed files with 16 additions and 0 deletions

View file

@ -87,6 +87,7 @@ dependencies = [
"opentelemetry-instrumentation-httpx>=0.61b0",
"opentelemetry-instrumentation-celery>=0.61b0",
"opentelemetry-instrumentation-logging>=0.61b0",
"python-telegram-bot>=22.7",
]
[dependency-groups]