From 0b482ccbe7116cbe235d5dbdf6a8718ae90fa709 Mon Sep 17 00:00:00 2001 From: Julien Richard Date: Wed, 28 Feb 2024 14:42:35 +0100 Subject: [PATCH] [backend/worker] Back on stable Python lib --- opencti-platform/opencti-graphql/src/python/requirements.txt | 2 +- opencti-worker/src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opencti-platform/opencti-graphql/src/python/requirements.txt b/opencti-platform/opencti-graphql/src/python/requirements.txt index 2571a9d185b9..e66608183613 100644 --- a/opencti-platform/opencti-graphql/src/python/requirements.txt +++ b/opencti-platform/opencti-graphql/src/python/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/OpenCTI-Platform/client-python@master +pycti==5.12.33 parsuricata==0.4.1 plyara==2.1.1 sigmatools==0.23.1 diff --git a/opencti-worker/src/requirements.txt b/opencti-worker/src/requirements.txt index 012bd71cce69..b687a4c61ca4 100644 --- a/opencti-worker/src/requirements.txt +++ b/opencti-worker/src/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/OpenCTI-Platform/client-python@master +pycti==5.12.33 opentelemetry-api==1.22.0 opentelemetry-sdk==1.22.0 opentelemetry-exporter-prometheus==0.43b0