Skip to content

Commit 7ac955d

Browse files
[fix] : requirements too strict (#957)
1 parent 0331d61 commit 7ac955d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ 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~=3.3.0
77
PyYAML~=6.0
8-
pydantic~=2.11.3
9-
requests~=2.32.3
8+
pydantic>=2.8.2, <3
9+
requests>=2.32.0, <3
1010
setuptools~=80.9.0
1111
cachetools~=5.5.2
1212
prometheus-client~=0.22.1
1313
opentelemetry-api~=1.35.0
1414
opentelemetry-sdk~=1.35.0
1515
deprecation~=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
1919
filigran-sseclient>=1.0.2
2020
stix2~=3.0.1

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)