We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3009538 commit c41299bCopy full SHA for c41299b
pyproject.toml
@@ -24,7 +24,7 @@ include = [
24
[tool.poetry.dependencies]
25
python = "^3.7"
26
click = ">=7.1, <9.0"
27
-pydantic = {version = ">= 1.8.0, != 1.9.*, >= 1.10.4", extras = ["dotenv"]}
+pydantic = {version = ">= 1.8.0, != 1.9.*, >= 1.10.4, < 2", extras = ["dotenv"]}
28
icalendar = "^5.0.0"
29
bs4 = "^0.0.1"
30
lxml = "^4.6.2"
0 commit comments