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