David Pryce-Compson
David Pryce-Compson
Thanks for opening an issue, we will try to look at it in detail soon but if you want to contribute via a PR feel free! One quick glance what...
Hey @akamming thanks for posting this issue ... it looks like you are using python 3.9 and this might be where the issue is arising. For security patching and regulatory...
Hey @dale-courtney ! Just checking the code I see that we convert the JSON output from the cli using `json.loads` already ... so you should just need to do `op.list_vaults`...
> I am indeed on python 3.9 which is the default python for the rpi bullseye distribution. I Will check if I can upgrade easily @akamming How did this go?
> Hey, team. I'm running Python 3.11.6 When I run the following: > > ``` > from onepassword import OnePassword > import json > > op = OnePassword() > >...
Hey @Haydnspass this looks a lot like an already raised issue around usage and installation within an conda env. Not sure we will get to this issue very quickly, just...
One quick check ... did you try just `op.list_vaults()` ? Just without the `json.loads`. I seem to remember seeing something around this, thought we updated our README to be better...
Needs to be retested and prioritised
Our library only supports an earlier version of the cli as stated in the README but we may look into updating the cli and python version in the future! I'll...
We used to try to support the most recent version but we couldn't keep on top of it so then fixed it to ensure backward and fixed compatibility. Sorry. Hope...