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, ...]:

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

@YuriiMotovYuriiMotov 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@kakeruzoku@YuriiMotov