We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441b15d commit db993e1Copy full SHA for db993e1
requirements.txt
@@ -5,7 +5,7 @@ python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
5
python-magic-bin~=0.4.14; sys_platform == 'win32'
6
python_json_logger~=2.0.4
7
PyYAML~=6.0
8
-pydantic~=2.10.4
+pydantic~=2.11.3
9
requests~=2.32.3
10
setuptools~=70.3.0
11
cachetools~=5.5.0
setup.cfg
@@ -44,7 +44,7 @@ install_requires =
44
45
46
47
- pydantic~=2.10.4
+ pydantic~=2.11.3
48
49
50
0 commit comments