Skip to content

Commit f97f300

Browse files
committed
make pinning more flexible
1 parent 9e61cc8 commit f97f300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10.4", extras = ["dotenv"]}
27+
pydantic = {version = ">= 1.8.0, != 1.9.*, >= 1.10.4", extras = ["dotenv"]}
2828
icalendar = "^5.0.0"
2929
bs4 = "^0.0.1"
3030
lxml = "^4.6.2"

0 commit comments

Comments
 (0)