Closed harry-uglow closed 1 year ago
Hey @harry-uglow, is just running the 1 line causing the error? Have you tried uninstalling and reinstalling the package completely? I'm not able to reproduce this issue locally
Hi, thanks for the response. Yes, worth noting that this happens on our CI runner as well which installs all its packages from scratch.
can confirm this is an issue with latest release and using 2.7.x release works.
Hi, we also have this issue.
The problem seems to be with https://github.com/okta/okta-sdk-python/pull/345
The new package is missing in setup.py
Thanks for the inputs @harry-uglow , @fernandoreyez , @fer-roz-d
Great catch @fer-roz-d , I'll create a PR to add it in there as well
This should be resolved in 2.9.2 which is now released and in Pypi
When importing the Client we're encountering the following error now that we're using version 2.9.1:
This is reproducible in a fresh Python client simply by running
from okta.client import Client
.At the moment we've fixed this by locking our dependency to 2.8.x - any help in resolving this would be appreciated.