Skip to content

Commit cc9a337

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
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 SDK 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)