File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
55python-magic-bin ~= 0.4.14 ; sys_platform == 'win32'
66python_json_logger ~= 3.3.0
77PyYAML ~= 6.0
8- pydantic ~ =2.11. 3
9- requests ~ =2.32.3
8+ pydantic > =2.8.2 , < 3
9+ requests > =2.32.0 , < 3
1010setuptools ~= 80.9.0
1111cachetools ~= 5.5.2
1212prometheus-client ~= 0.22.1
1313opentelemetry-api ~= 1.35.0
1414opentelemetry-sdk ~= 1.35.0
1515deprecation ~= 2.1.0
16- fastapi >= 0.116.1 , < 0.117.0
17- uvicorn [standard ]>= 0.35 .0 ,< 0.36.0
16+ fastapi >= 0.115.2 , < 1
17+ uvicorn [standard ]>= 0.34 .0 ,< 0.36.0
1818# OpenCTI
1919filigran-sseclient >= 1.0.2
2020stix2 ~= 3.0.1
Original file line number Diff line number Diff line change @@ -37,20 +37,20 @@ install_requires =
3737 # Filigran
3838 datefinder~=0.7.3
3939 pika~=1.3.0
40- pydantic~ =2.11. 3
40+ pydantic> =2.8.2, < 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~=3.3.0
4444 PyYAML~=6.0
45- requests~ =2.32.3
45+ requests> =2.32.0, < 3
4646 setuptools~=80.9.0
4747 cachetools~=5.5.2
4848 prometheus-client~=0.22.1
4949 opentelemetry-api~=1.35.0
5050 opentelemetry-sdk~=1.35.0
5151 deprecation~=2.1.0
52- fastapi>=0.116.1 ,<0.117.0
53- uvicorn[standard]>=0.35 .0,<0.36.0
52+ fastapi>=0.115.2 ,<0.117.0
53+ uvicorn[standard]>=0.34 .0,<0.36.0
5454 # OpenCTI
5555 filigran-sseclient>=1.0.2
5656 stix2~=3.0.1
You can’t perform that action at this time.
0 commit comments