diff --git a/setup.py b/setup.py index 4f10d64..98ad175 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ py_modules=['tap_files'], install_requires=[ 'fsspec==0.7.4', - 'orjson==3.5.3', + 'orjson==3.9.15', 'singer-python==5.9.0' ], entry_points='''