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

Commit 518d67e

Browse files
author
Samuel Hassine
committed
[client] Fix depedency
1 parent beb50bf commit 518d67e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ stix2~=2.1.0
66
pika~=1.2
77
sseclient~=0.0.27
88
python-magic~=0.4.24; sys_platform == 'linux' or sys_platform == 'darwin'
9-
python-magic-bin~=0.4.24; sys_platform == 'win32'
9+
python-magic-bin~=0.4.14; sys_platform == 'win32'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88
from setuptools.command.install import install
99

10-
VERSION = "5.0.0"
10+
VERSION = "5.0.1"
1111

1212
HERE = pathlib.Path(__file__).parent
1313
README = (HERE / "README.md").read_text()

0 commit comments

Comments
 (0)