Skip to content

Commit 968c809

Browse files
Vapi Taskerclaude
andcommitted
fix: upgrade fern python SDK generator to fix mypy errors in preview-python CI
The preview-python CI check has been failing since at least Feb 2026 due to 32 mypy [no-redef] errors in auto-generated Python SDK code. The root cause is the fern-python-sdk generator v4.37.1 producing duplicate field names in discriminated union types (e.g., "type" defined twice). Upgrade from v4.37.1 to v4.64.1 which includes: - v4.41.8: Fix duplicate field names in discriminated union types - v4.35.1: Fix SyntaxWarnings for invalid escape sequences in docstrings Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 365b155 commit 968c809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/apis/api/generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ groups:
1111
python-sdk:
1212
generators:
1313
- name: fernapi/fern-python-sdk
14-
version: 4.37.1
14+
version: 4.64.1
1515
api:
1616
settings:
1717
prefer-undiscriminated-unions-with-literals: true

0 commit comments

Comments
 (0)