Skip to content

Commit 2884de0

Browse files
committed
Update version lower bound for pydantic to avoid TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument: 'recursive_guard'
1 parent 248edfd commit 2884de0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"rignore >= 0.5.1",
3535
"httpx >= 0.27.0",
3636
"rich-toolkit >= 0.15.0",
37-
"pydantic[email] >= 2.0",
37+
"pydantic[email] >= 2.7.0",
3838
"sentry-sdk >= 2.20.0",
3939
"fastar >= 0.8.0",
4040
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)