Skip to content

Commit 86391bc

Browse files
Update changelogs from fern repo (#891)
Co-authored-by: Swimburger <[email protected]>
1 parent 4c473a3 commit 86391bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 2.1.16-rc0
22
**`(fix):`** Enable type disambiguation and renaming during code generation
3-
Permits the `examples` test fixtures to compile sucessfully
3+
Permits the `examples` test fixtures to compile successfully
44

55

fern/products/sdks/overview/python/changelog/2025-06-20.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 4.22.1-rc0
22
**`(feat):`** Lazily validate model serialization to reduce memory consumption. Pydantic 2.11.0 introduced an issue where the model_serializer
33
decorator set to wrap mode forced it to eagerly do schema validation at import time. Because we had this decorator on the UniversalBaseModel,
4-
it would try to validate the schemas of all the Model types at import time. This caused massive memory spikes for more complex SDKs, upto 2.6GB
4+
it would try to validate the schemas of all the Model types at import time. This caused massive memory spikes for more complex SDKs, up to 2.6GB
55
in some cases. This change essentially accomplishes the same logic of wrapping the serialization process and modifying the serialization
66
structure of datetime fields. The difference is that we manually wrap, so we're able to defer model validation until runtime, drastically
77
reducing our memory consumption.

0 commit comments

Comments
 (0)