Update dependencies and add Python 3.11 support

ptb-20
Michael DM Dryden 2023-11-05 21:56:44 -05:00
rodzic 01136894ff
commit 325cf33a89
2 zmienionych plików z 1041 dodań i 478 usunięć

1517
poetry.lock wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -9,7 +9,7 @@ readme = "README.rst"
include = ["examples/*", "CHANGELOG.rst"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.12"
python-telegram-bot = "^13.11"
sqlalchemy = {version = "^1.4", extras = ["postgresql_psycopg2binary"]}
SQLAlchemy-Utils = "0.37.6"