Skip to content

Commit db993e1

Browse files
[client] Update dependency pydantic to ~=2.11.3
Co-authored-by: Romuald Lemesle <[email protected]>
1 parent 441b15d commit db993e1

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.10.4
8+
pydantic~=2.11.3
99
requests~=2.32.3
1010
setuptools~=70.3.0
1111
cachetools~=5.5.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install_requires =
4444
python-magic-bin~=0.4.14; sys_platform == 'win32'
4545
python_json_logger~=2.0.4
4646
PyYAML~=6.0
47-
pydantic~=2.10.4
47+
pydantic~=2.11.3
4848
requests~=2.32.3
4949
setuptools~=70.3.0
5050
cachetools~=5.5.0

0 commit comments

Comments
 (0)