workos/workos-python

missing string formatting

yehuda-margolis opened this issue · 2 comments

"auth/factors/{authentication_factor_id}",

The authentication_factor_id argument is sent as is (string) instead of the argument's actual value

This has been fixed, and included in the v4.3.1 release: https://github.com/workos/workos-python/releases/tag/v4.3.1

Closing this issue now.