Skip to content

Commit 7cf062b

Browse files
committed
📌 Pin pydantic less 2.10.
1 parent 920de45 commit 7cf062b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 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
@@ -29,7 +29,7 @@ packages = [
2929
[tool.poetry.dependencies]
3030
python = ">=3.8.4,<4"
3131
api-client = ">1.2.1"
32-
pydantic = ">=2.0,<3.0"
32+
pydantic = ">=2.0,<2.10"
3333

3434
[tool.poetry.dev-dependencies]
3535
# tests

0 commit comments

Comments
 (0)