Skip to content

Commit c8252b9

Browse files
authored
Update README.md
1 parent ccb2017 commit c8252b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NOTE: we recently found a bug in the latest version, `v4.0.0`, that causes requests to `create_campaign` and `update_campaign` to error out. If you need to use those, we recommend using `v3.0.0` for those until we have a patch in place. For folks using `v3.0.0`, you will need to refer to the API Reference Revision = `2023-06-15` (the previous API revision corresponding to SDK `v3.0.0`).
1+
BUG NOTE: we are working on fixing a bug in the latest version, `v4.0.0`, that causes some requests to `create`/`update` `campaign`/`profile` that use `oneOf` params (see our [OpenAPI spec](https://github.com/klaviyo/openapi/blob/main/openapi/stable.json) for details) to error out with the following message: `TypeError: <SOME_RESOURCE>._from_openapi_data() missing <N> required positional argument: <SOME_ARGUMENT>`. If you run into such an error, we recommend replacing that specific API call with an outright API call (see the example calls in our [API Reference](https://developers.klaviyo.com/en/reference/create_campaign), on the right-hand side, for full details). We are currently working on a fix for `v4.0.1`, which should be out shortly.
22

33
# Klaviyo Python SDK
44

0 commit comments

Comments
 (0)