We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e5c94 commit ab8cb43Copy full SHA for ab8cb43
1 file changed
fern/products/sdks/overview/python/changelog/2026-02-03.mdx
@@ -0,0 +1,7 @@
1
+## 4.54.3
2
+**`(fix):`** Fix mypy type checking compatibility with pydantic field aliases. When fields have aliases
3
+(e.g., `bucket_id` with alias `bucketId`), the pydantic.Field(alias=...) is now placed inside
4
+the Annotated type hint instead of as the default value. This makes mypy see the Python field
5
+name in the constructor signature while Pydantic still uses the alias for JSON serialization.
6
+
7
0 commit comments