Skip to content

Commit

Permalink
Added upper bound to pydantic dependency (#234)
Browse files Browse the repository at this point in the history
* Added upper bound to pydantic dependency

* Update pyproject.toml

Co-authored-by: Glenn Matthews <[email protected]>

---------

Co-authored-by: Glenn Matthews <[email protected]>
  • Loading branch information
qduk and glennmatthews authored Jul 12, 2023
1 parent 3009538 commit c41299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.7"
click = ">=7.1, <9.0"
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"]}
icalendar = "^5.0.0"
bs4 = "^0.0.1"
lxml = "^4.6.2"
Expand Down

0 comments on commit c41299b

Please sign in to comment.