Skip to content

Commit

Permalink
Merge pull request #78 from onelogin/DEVEX-1034
Browse files Browse the repository at this point in the history
Pin onelogin-python-sdk version
  • Loading branch information
gkhaburzaniya-onelogin committed Nov 22, 2022
2 parents 6087324 + 09865ab commit a3d0a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
package_data={'': ['accounts.yaml','onelogin.sdk.json']},
install_requires=[
'boto3>=1.7.84',
'onelogin>=2.0.3',
'onelogin==2.0.4',
'pyyaml>=5.1.2',
'lxml'
],
Expand Down
2 changes: 1 addition & 1 deletion src/aws_assume_role/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /usr/bin/env python

__version__ = '1.10.0'
__version__ = '1.10.1'

0 comments on commit a3d0a4c

Please sign in to comment.