Skip to content

Commit 028a0dc

Browse files
committed
Upgrade to pydantic v2
1 parent faa9d19 commit 028a0dc

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
@@ -17,7 +17,7 @@ include = [
1717

1818
[tool.poetry.dependencies]
1919
python = ">=3.8,<4.0"
20-
pydantic = "^1.7.4,!=1.8,!=1.8.1"
20+
pydantic = "^2.0.0"
2121
structlog = ">= 20.1.0, < 23.0.0"
2222
packaging = ">= 21.3, < 24.0"
2323
colorama = {version = "^0.4.3", optional = true}

0 commit comments

Comments
 (0)