Skip to content

Conversation

@kakeruzoku
Copy link

Fixed an issue where sqlmodel.tuple_ returns <class 'sqlalchemy.sql.elements.Tuple'> but the type hint points to <class 'tuple'>.

The current workaround for this mistake, # type: ignore[return-value], has been removed.

) -> Tuple[Any, ...]:

@YuriiMotov YuriiMotov changed the title 🐛 Fix tuple_ type hinting mistake 🐛 Fix tuple_ return type annotation Nov 10, 2025
@YuriiMotov YuriiMotov added the bug Something isn't working label Nov 10, 2025
Copy link
Member

@YuriiMotov YuriiMotov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants