You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'