Skip to content

Commit 3c3edb8

Browse files
committed
Allow downstream projects to use any version of Pydantic
1 parent f2e7492 commit 3c3edb8

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
@@ -23,7 +23,7 @@ include = ["openapi_pydantic/py.typed"]
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.8"
26-
pydantic = "^1.8.2"
26+
pydantic = "*"
2727

2828
[tool.poetry.group.test.dependencies]
2929
pytest = "^7.3.0"

0 commit comments

Comments
 (0)