Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 95665aa

Browse files
[client] Use release of filigran sseclient (#334)
1 parent 35f1138 commit 95665aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import pika
1919
from pika.adapters.asyncio_connection import AsyncioConnection
2020
from pika.exceptions import NackError, UnroutableError
21-
from sseclient import SSEClient
21+
from filigran_sseclient import SSEClient
2222

2323
from pycti.api.opencti_api_client import OpenCTIApiClient
2424
from pycti.connector import LOGGER

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ python_json_logger~=2.0.4
66
PyYAML~=6.0
77
requests~=2.28.2
88
setuptools~=66.1.1
9-
git+https://github.com/FiligranHQ/filigran-sseclient.git@1.0.0#egg=sseclient
9+
filigran_sseclient~=1.0.0
1010
stix2~=3.0.1
1111
cachetools~=5.3.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install_requires =
4040
pyyaml~=6.0
4141
requests~=2.28.2
4242
setuptools~=66.1.1
43-
sseclient~=1.0.0
43+
filigran_sseclient~=1.0.0
4444
stix2~=3.0.1
4545
cachetools~=5.3.0
4646

0 commit comments

Comments
 (0)