Python 3.14 and SDK example.py
The python example.py script worked with python 3.13 after following the setup instructions.
For python 3.14 the following error occurs:
# Connects to 1Password.
client = await Client.authenticate(
auth=token,
# Set the following to your own integration name and version.
Exception has occurred: NameError
name 'Client' is not defined
Has the example.py script been run under python 3.14?
Should the script not have this error with python 3.14?
