Update to support python-telegram-bot v23

This commit is contained in:
2025-08-16 17:05:48 +01:00
parent 64de3a0704
commit c4e586edb6
9 changed files with 421 additions and 223 deletions

View File

@@ -1,17 +1,18 @@
[project]
name = "smsbot"
version = "0.0.7"
version = "0.1.0"
description = "A simple Telegram bot to receive SMS messages."
authors = [{ name = "Andrew Williams", email = "andy@tensixtyone.com" }]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.9,<3.10"
dependencies = [
"flask>=3.1.1",
"flask[async]>=3.1.1",
"prometheus-async>=25.1.0",
"prometheus-client>=0.22.1",
"python-telegram-bot<20",
"python-telegram-bot>=22.3",
"twilio>=9.7.0",
"waitress>=3.0.2",
"uvicorn>=0.35.0",
]
[project.scripts]