diff --git a/pyproject.toml b/pyproject.toml index 95a2ffa..50fc6fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "python-telegram-bot==22.5", - "pydantic==2.12.0", + "pydantic==2.12.4", "loguru==0.7.3", "playwright==1.55.0", ]