diff --git a/requirements.txt b/requirements.txt index aa2c003..f015cf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests==2.31.0 pyotp==2.3.0 python-dotenv==0.15.0 -cryptography==41.0.6 \ No newline at end of file +cryptography==41.0.3 \ No newline at end of file diff --git a/setup.py b/setup.py index b90c8c0..f68f358 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = f.read() setup(name='robin_stocks', - version='3.2.0', + version='3.2.1', description='A Python wrapper around the Robinhood API', long_description=long_description, long_description_content_type='text/x-rst',