Skip to content

Fix tests#1

Merged
smety merged 6 commits intomasterfrom
fix-test
Dec 28, 2025
Merged

Fix tests#1
smety merged 6 commits intomasterfrom
fix-test

Conversation

@smety
Copy link
Copy Markdown
Member

@smety smety commented Dec 28, 2025

No description provided.

Use (str, Enum) base classes instead of StrEnum which is only available in Python 3.11+.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
- Use Optional[T] instead of T | None union syntax
- Use List[T] and Dict[K,V] instead of list[T] and dict[K,V]
- Fix Language enum value access in LocalizedString and Content

🤖 Generated with [Claude Code](https://claude.com/claude-code)
- Fix exceptions.py: Optional[int], Optional[Dict[str, Any]]
- Fix webhook_handler.py: Union[str, bytes], Optional[str]
- Fix webhook_payload.py: Union[int, str, datetime]

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@smety smety merged commit f9c6de3 into master Dec 28, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants