Casper van der Wel před 2 roky
rodič
revize
3498fc4088
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -10,7 +10,7 @@ license = {text = "MIT"}
 classifiers = ["Programming Language :: Python"]
 keywords = []
 requires-python = ">=3.7"
-dependencies = ["pydantic==1.*", "inject", "asgiref", "blinker"]
+dependencies = ["pydantic==1.*", "inject==4.*", "asgiref", "blinker"]
 dynamic = ["version"]
 
 [project.optional-dependencies]