WebexPythonSDK icon indicating copy to clipboard operation
WebexPythonSDK copied to clipboard

Migrate to Adaptive Card 1.3 Version

Open Sakthivel-Ramasamy opened this issue 1 year ago • 3 comments

Code changes commit for webexpythonsdk's Adaptive Card 1.1 to 1.3 version upgrade. Changes involve code files restructuring inline with Adaptive Card's official documentation (https://adaptivecards.io/explorer/).

Sakthivel-Ramasamy avatar Sep 02 '24 13:09 Sakthivel-Ramasamy

set_if_not_none() function from utils.py has been removed as I did not find any usage in the entire SDK!

Sakthivel-Ramasamy avatar Sep 02 '24 14:09 Sakthivel-Ramasamy

It is surprising. I tried the same and simulated an error to reach that particular piece of code, but it worked correctly. Can you please share the adaptive card code that you've used that led to this error?

Sakthivel-Ramasamy avatar Sep 07 '24 02:09 Sakthivel-Ramasamy

Now I am getting a SyntaxError: f-string: expecting '}'. This is for src/webexpythonsdk/models/cards/utils.py Line 61. I think it has to do with the quotation mark placement.

Joezanini avatar Sep 10 '24 22:09 Joezanini

Code commit for #242

Sakthivel-Ramasamy avatar Nov 05 '24 12:11 Sakthivel-Ramasamy