pycti 5.11.2__py3-none-any.whl → 5.11.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pycti might be problematic. Click here for more details.

pycti/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- __version__ = "5.11.2"
2
+ __version__ = "5.11.4"
3
3
 
4
4
  from .api.opencti_api_client import OpenCTIApiClient
5
5
  from .api.opencti_api_connector import OpenCTIApiConnector
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycti
3
- Version: 5.11.2
3
+ Version: 5.11.4
4
4
  Summary: Python API client for OpenCTI.
5
5
  Home-page: https://github.com/OpenCTI-Platform/client-python
6
6
  Author: Filigran
@@ -1,4 +1,4 @@
1
- pycti/__init__.py,sha256=oSbBIm0Q0-uUPHKcWwYtSQiMFBRsth4z7kQpyYJE7So,4692
1
+ pycti/__init__.py,sha256=x0cIO1vec114Ej3VhUKLMOvSFCS7QhPS2iX10F-akM0,4692
2
2
  pycti/api/__init__.py,sha256=t78k-bMV5HrTAzNeWgL9sv-Qk5CvzS8ngXFlbTAYEIA,53
3
3
  pycti/api/opencti_api_client.py,sha256=qFDDu2BdVvZyhGcLBTcK6LeFGVx4R59ts9MNzgLu8e4,29065
4
4
  pycti/api/opencti_api_connector.py,sha256=53kV9IE1kcV5Q-Gbdj-2LKDc3ZxqQZUaqCXHeDjRVh8,3565
@@ -60,8 +60,8 @@ pycti/utils/opencti_stix2.py,sha256=Uj5LL6UZRQGAI653T_48UOXxFDQvdkKaBAUbJhjMS3U,
60
60
  pycti/utils/opencti_stix2_splitter.py,sha256=Ht9Mp-W3gbwxIKEr7i_5NYpcDr3TA2gYdC4TzOz0G4c,4496
61
61
  pycti/utils/opencti_stix2_update.py,sha256=NO-l7g9aUmZ2vP6BSxs-Gq8WXa7pnpcDiNQVtQ3TESE,14515
62
62
  pycti/utils/opencti_stix2_utils.py,sha256=XaDLRN9BE-n8chO9OEsCMoonAuoMjoGS_OSJyrxVXDY,3677
63
- pycti-5.11.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
64
- pycti-5.11.2.dist-info/METADATA,sha256=SRXkPE0ppd_pug_DctI_Mtj-xOl5XaYHlEpGkwVTEu4,5296
65
- pycti-5.11.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
66
- pycti-5.11.2.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
67
- pycti-5.11.2.dist-info/RECORD,,
63
+ pycti-5.11.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
64
+ pycti-5.11.4.dist-info/METADATA,sha256=6n6jMmCXrDA0NRwQ71azNUG0R1_N48bBfMmFJq7XxsM,5296
65
+ pycti-5.11.4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
66
+ pycti-5.11.4.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
67
+ pycti-5.11.4.dist-info/RECORD,,
File without changes