Skip to content

Commit 655371c

Browse files
Update changelogs from fern repo (#2493)
Co-authored-by: patrickthornton <70873350+patrickthornton@users.noreply.github.com>
1 parent 7527970 commit 655371c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/products/sdks/overview/python/changelog/2025-12-03.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.41.5
2+
**`(fix):`** The `package_path` configuration now works as a suffix within the module hierarchy instead of a prefix.
3+
For example, `package_path: sub/dir` now generates to `src/name/sub/dir/...` enabling imports like
4+
`from name.sub.dir import Client`.
5+
6+
17
## 4.41.4
28
**`(fix):`** Ensure `UncheckedBaseModel.model_validate` in Pydantic v2 respects `FieldMetadata(alias=...)` so aliased fields validate correctly from JSON.
39

0 commit comments

Comments
 (0)