From 68b15b9cc67713c52812487963a3e81827e887be Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:07:16 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx | 2 +- fern/products/sdks/overview/python/changelog/2025-09-23.mdx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 fern/products/sdks/overview/python/changelog/2025-09-23.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx index 57a099503..614e22d32 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-22.mdx @@ -7,7 +7,7 @@ ## 0.78.4 -**`(fix):`** Collapse any combination of optional and nullable to `optional>`. +**`(fix):`** Collapse any combination of optional and nullable to optional>. ## 0.78.3 **`(chore):`** Support IR v59 in the Rust SDK generator. diff --git a/fern/products/sdks/overview/python/changelog/2025-09-23.mdx b/fern/products/sdks/overview/python/changelog/2025-09-23.mdx new file mode 100644 index 000000000..49b84c6ec --- /dev/null +++ b/fern/products/sdks/overview/python/changelog/2025-09-23.mdx @@ -0,0 +1,3 @@ +## 4.29.2 +**`(chore):`** Added a note to the README on constructing Async httpx objects to pass into main Async clients. +