We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.5.0
3.10
The import from office365.runtime.client_object import ClientObject failed with the error:
from office365.runtime.client_object import ClientObject
ImportError: cannot import name 'ParamSpec' from 'typing' (/usr/lib/python3.8/typing.py)
Fro https://github.com/vgrem/Office365-REST-Python-Client/blob/2.5.0/office365/runtime/client_object.py#L11, ParamSpec wasn't imported conditionally.
ParamSpec
The text was updated successfully, but these errors were encountered:
typing_extensions
Successfully merging a pull request may close this issue.
The import
from office365.runtime.client_object import ClientObject
failed with the error:Fro https://github.com/vgrem/Office365-REST-Python-Client/blob/2.5.0/office365/runtime/client_object.py#L11,
ParamSpec
wasn't imported conditionally.The text was updated successfully, but these errors were encountered: