Skip to content

Commit 7545ff0

Browse files
author
Prabhu Subramanian
committed
Pin version for orjson
1 parent 2f742c2 commit 7545ff0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ requests
22
appdirs
33
tabulate
44
msgpack
5-
orjson
5+
orjson==3.3.1
66
semver

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="appthreat-vulnerability-db",
8-
version="1.5.0",
8+
version="1.5.1",
99
author="Team AppThreat",
1010
author_email="cloud@appthreat.com",
1111
description="AppThreat's vulnerability database and package search library with a built-in file based storage. CVE, GitHub, npm are the primary sources of vulnerabilities.",
@@ -14,7 +14,7 @@
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/appthreat/vulnerability-db",
1616
packages=setuptools.find_packages(),
17-
install_requires=["requests", "appdirs", "tabulate", "msgpack", "orjson", "semver"],
17+
install_requires=["requests", "appdirs", "tabulate", "msgpack", "orjson==3.3.1", "semver"],
1818
classifiers=[
1919
"Development Status :: 5 - Production/Stable",
2020
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)