Skip to content

Commit

Permalink
revert cryptograph to 41.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandes committed Oct 14, 2024
1 parent a190d60 commit e93512a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
pyotp==2.3.0
python-dotenv==0.15.0
cryptography==41.0.6
cryptography==41.0.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e93512a

Please sign in to comment.