Skip to content

Commit 93d87dd

Browse files
committed
fix: Pin pydantic version to <2.12.0 to avoid compatibility issues
1 parent 458d00a commit 93d87dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"protego>=0.5.0",
4141
"psutil>=6.0.0",
4242
"pydantic-settings>=2.2.0,!=2.7.0,!=2.7.1,!=2.8.0",
43-
"pydantic>=2.11.0",
43+
"pydantic>=2.11.0,<2.12.0",
4444
"pyee>=9.0.0",
4545
"tldextract>=5.1.0",
4646
"typing-extensions>=4.1.0",

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)