-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
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
Library no longer compatible with Python 3.11 since release 2.0.2 #247
Comments
I have seen the same thing on python 3.10.15 and 3.10.16 |
I saw this when first testing the Adaptive Cards PR, after some code changes the error went away. I will work on getting this remedied. Thanks for bringing it up. |
I am also looking at the Build and Test action and version used is 3.12 |
Opened a PR to fix this issue #248 |
Joezanini
added a commit
that referenced
this issue
Jan 11, 2025
Fixed with release v2.0.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try importing this library with Python 3.11, I get
SyntaxError: f-string expression part cannot include a backslash
in "webexpythonsdk\models\cards\utils.py"
It's most likely caused by changes in ad65a86
This syntax is only supported from Python 3.12 onward, so we should probably revert these changes, as it breaks compatibility with 3.10 & 3.11.
As a workaround you can still downgrade to release 2.0.1 of 'webexpythonsdk'
The text was updated successfully, but these errors were encountered: