Skip to content

Commit aa61aca

Browse files
authored
Require pydantic 1.x (#113)
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent 4d4a6dd commit aa61aca

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
@@ -10,7 +10,7 @@ readme = "README.md"
1010
license = { file = "LICENSE" }
1111
authors = [{ name = "Replicate, Inc." }]
1212
requires-python = ">=3.8"
13-
dependencies = ["packaging", "pydantic>1", "requests>2"]
13+
dependencies = ["packaging", "pydantic>1,<2", "requests>2"]
1414
optional-dependencies = { dev = [
1515
"black",
1616
"mypy",

0 commit comments

Comments
 (0)