Skip to content

Commit c41299b

Browse files
qdukglennmatthews
andauthored
Added upper bound to pydantic dependency (#234)
* Added upper bound to pydantic dependency * Update pyproject.toml Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com> --------- Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
1 parent 3009538 commit c41299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include = [
2424
[tool.poetry.dependencies]
2525
python = "^3.7"
2626
click = ">=7.1, <9.0"
27-
pydantic = {version = ">= 1.8.0, != 1.9.*, >= 1.10.4", extras = ["dotenv"]}
27+
pydantic = {version = ">= 1.8.0, != 1.9.*, >= 1.10.4, < 2", extras = ["dotenv"]}
2828
icalendar = "^5.0.0"
2929
bs4 = "^0.0.1"
3030
lxml = "^4.6.2"

0 commit comments

Comments
 (0)