Skip to content

Conversation

@jlowin
Copy link
Owner

@jlowin jlowin commented Aug 6, 2025

Fixes #1377

Removes the redundant default value assignment from server_dependencies field which had both default=[] and default_factory=list, causing a TypeError in Pydantic 2.12+.

🤖 Generated with Claude Code

@jlowin jlowin merged commit 1ade5dd into main Aug 6, 2025
9 checks passed
@jlowin jlowin deleted the fix-settings-default-factory branch August 6, 2025 13:38
@jlowin jlowin added the bug Something isn't working. Reports of errors, unexpected behavior, or broken functionality. label Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working. Reports of errors, unexpected behavior, or broken functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Settings class field has both default and default_factory

2 participants