From 7437ea1f13e35b9c009b687ef16acf1e106771fd Mon Sep 17 00:00:00 2001 From: "anthropic-code-agent[bot]" <242468646+Claude@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:09:23 +0000 Subject: [PATCH 1/2] Initial plan From 3a2b478d1b0d532eb9b2809b4145500589ea8026 Mon Sep 17 00:00:00 2001 From: "anthropic-code-agent[bot]" <242468646+Claude@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:12:35 +0000 Subject: [PATCH 2/2] [client-python] Loosen boto3 version constraint to fix stix-shifter compatibility Co-authored-by: SamuelHassine <1334279+SamuelHassine@users.noreply.github.com> --- client-python/requirements.txt | 2 +- client-python/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client-python/requirements.txt b/client-python/requirements.txt index 5e160f01db36..2dc427fd82ee 100644 --- a/client-python/requirements.txt +++ b/client-python/requirements.txt @@ -1,5 +1,5 @@ # Filigran -boto3~=1.38.27 +boto3>=1.38.27,<1.44 datefinder~=0.7.3 pika~=1.3.0 python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin' diff --git a/client-python/setup.cfg b/client-python/setup.cfg index 0c70d1eb0ceb..f27e3ae81fd8 100644 --- a/client-python/setup.cfg +++ b/client-python/setup.cfg @@ -35,7 +35,7 @@ packages = include_package_data = True install_requires = # Filigran - boto3~=1.38.27 + boto3>=1.38.27,<1.44 datefinder~=0.7.3 pika~=1.3.0 pydantic>=2.8.2, <3