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

Commit 187b584

Browse files
committed
Merge branch 'master' into release/current
2 parents 7bd195b + dbb83b0 commit 187b584

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pycti/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "6.7.5"
2+
__version__ = "6.7.6"
33

44
from .api.opencti_api_client import OpenCTIApiClient
55
from .api.opencti_api_connector import OpenCTIApiConnector

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ prometheus-client~=0.21.1
1313
opentelemetry-api~=1.32.0
1414
opentelemetry-sdk~=1.32.0
1515
deprecation~=2.1.0
16-
fastapi>=0.115.8,<0.116.0
16+
fastapi>=0.116.1,<0.117.0
1717
uvicorn[standard]>=0.33.0,<0.35.0
1818
# OpenCTI
1919
filigran-sseclient>=1.0.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install_requires =
4949
opentelemetry-api~=1.32.0
5050
opentelemetry-sdk~=1.32.0
5151
deprecation~=2.1.0
52-
fastapi>=0.115.8,<0.116.0
52+
fastapi>=0.116.1,<0.117.0
5353
uvicorn[standard]>=0.33.0,<0.35.0
5454
# OpenCTI
5555
filigran-sseclient>=1.0.2

0 commit comments

Comments
 (0)