feat: Complete sprint tasks

- Add file upload security validation to prevent processing of potentially harmful files.
- Update python-telegram-bot to a pinned version and upgrade other dependencies.
- Implement Whisper transcription agent for voice message processing.
- Restore Google Calendar functionality with provided credentials.
This commit is contained in:
google-labs-jules[bot]
2025-12-22 20:35:11 +00:00
parent 21995fece2
commit 1ddd5af8d5
5 changed files with 149 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
python-telegram-bot[job-queue]<22
python-telegram-bot[job-queue]==21.1.1
requests
schedule
google-api-python-client
@@ -7,3 +7,4 @@ google-auth-oauthlib
openai
pytz
python-dotenv
ffmpeg-python