Skip to content

Commit efba51e

Browse files
committed
Fix #189: don't remove users from nested product configurations
* Fix is to integrate umapi-client 2.5, which (by default) only enumerates direct group memberships when fetch info from the server.
1 parent cfa7621 commit efba51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'pycrypto',
4444
'python-ldap==2.4.25',
4545
'PyYAML',
46-
'umapi-client>=2.4.1',
46+
'umapi-client>=2.5',
4747
'psutil',
4848
'keyring'
4949
],

0 commit comments

Comments
 (0)