Skip to content

Commit e5b135f

Browse files
authored
Lock pydantic to 2 (camel-ai#428)
1 parent c7ec055 commit e5b135f

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

poetry.lock

Lines changed: 36 additions & 36 deletions
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
@@ -36,7 +36,7 @@ jsonschema = "^4"
3636
protobuf = "^4"
3737
pathlib = "^1.0.1"
3838
docstring-parser = "^0.15"
39-
pydantic = ">=1,<3"
39+
pydantic = ">=2,<3"
4040

4141
# huggingface-agent
4242
transformers = { version = "^4", optional = true }

0 commit comments

Comments
 (0)