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 e84239a commit 9e127c4Copy full SHA for 9e127c4
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.8.2,<2.11
+pydantic~=2.11.3
9
requests>=2.32.0,<=2.32.3
10
setuptools~=71.1.0
11
cachetools~=5.5.0
setup.cfg
@@ -37,7 +37,7 @@ install_requires =
37
# Filigran
38
datefinder~=0.7.3
39
pika~=1.3.0
40
- pydantic>=2.8.2,<2.11.0
+ pydantic~=2.11.3
41
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
42
43
0 commit comments