Files
chatgpt_telegram_bot/requirements.txt
T
Father BotandGitHub 3631d6534f fix: ignore unmentioned media in group chats; bump python-dotenv (#518)
- unsupport_message_handle now checks is_bot_mentioned, so the bot stops
  replying "I don't know how to read files or videos" to videos/documents
  it wasn't mentioned in within group chats (#454). Private chats are
  unaffected (is_bot_mentioned returns True there).
- Bump python-dotenv 1.0.1 -> 1.2.2 to resolve a Dependabot symlink-following
  advisory in set_key.
- Bump version to 1.3.1 and document in CHANGELOG.
2026-06-14 13:45:46 +03:00

7 lines
128 B
Plaintext

python-telegram-bot[rate-limiter]==20.8
openai>=1.40.0,<2.0.0
tiktoken>=0.7.0
PyYAML==6.0.2
pymongo==4.6.3
python-dotenv==1.2.2