Skip to content

fix typing for python 3.8, fix warning #698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

sethbuff
Copy link
Collaborator

@sethbuff sethbuff commented May 8, 2025

This fixes this issue with typing in python 3.8: #693

We also noticed we were getting warnings for when index=False and a field that requires indexes was set to False even if we didn't set index. This fixes that as well.

@sethbuff sethbuff requested review from abrookins and slorello89 May 8, 2025 13:44
Copy link
Collaborator

@abrookins abrookins left a comment

Choose a reason for hiding this comment

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

Nice! LGTM. 👍

@sethbuff sethbuff merged commit 7ca997c into redis:main May 9, 2025
10 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.

redis-om 1.0.0b0: python 3.8 is still supported in pyproject.toml but typing fails
2 participants