From 4356527867f1666a36c738b09cefc0422e2201ea Mon Sep 17 00:00:00 2001 From: turboderp <11859846+turboderp@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:00:25 +0200 Subject: [PATCH] Pin pydantic to 2.11.0 --- requirements.txt | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c960fd7..beae309 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ pillow pyyaml marisa_trie kbnf>=0.4.2 +pydantic==2.11.0 formatron>=0.5.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 27220e5..85c2944 100644 --- a/setup.py +++ b/setup.py @@ -109,7 +109,8 @@ setup( "pyyaml", "marisa_trie", "kbnf>=0.4.2", - "formatron>=0.5.0" + "formatron>=0.5.0", + "pydantic==2.11.0" ], include_package_data=True, package_data = {