-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Assignees
@LightlessOne
Description
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'
Metadata
Metadata
Assignees
Labels
No labels