Skip to content

Commit 9e127c4

Browse files
committed
[client] Bump Pydantic
1 parent e84239a commit 9e127c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
55
python-magic-bin~=0.4.14; sys_platform == 'win32'
66
python_json_logger~=2.0.4
77
PyYAML~=6.0
8-
pydantic>=2.8.2,<2.11
8+
pydantic~=2.11.3
99
requests>=2.32.0,<=2.32.3
1010
setuptools~=71.1.0
1111
cachetools~=5.5.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install_requires =
3737
# Filigran
3838
datefinder~=0.7.3
3939
pika~=1.3.0
40-
pydantic>=2.8.2,<2.11.0
40+
pydantic~=2.11.3
4141
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
4242
python-magic-bin~=0.4.14; sys_platform == 'win32'
4343
python_json_logger~=2.0.4

0 commit comments

Comments
 (0)