allow using matcher subclass (#1815)

This commit is contained in:
Ju4tCode
2023-03-17 15:48:48 +08:00
committed by GitHub
parent 7822cabe32
commit 8f44df371a
5 changed files with 244 additions and 345 deletions

View File

@ -26,7 +26,7 @@ python = "^3.8"
yarl = "^1.7.2"
loguru = "^0.6.0"
pygtrie = "^2.4.1"
typing-extensions = ">=3.10.0,<5.0.0"
typing-extensions = ">=4.0.0,<5.0.0"
tomli = { version = "^2.0.1", python = "<3.11" }
pydantic = { version = "^1.10.0", extras = ["dotenv"] }