Is this project dead?
vbabiy opened this issue ยท 13 comments
Seeking clarification on the current status of the redis-om-python project. Is this project still actively maintained, or can it be considered a dead project?
There hasn't been a release in a while.
I had the same question, there's a lot of pending PR's that need to be merged.
This library is mentioned in the docs for Redis Stack but hasnt been updated in a while
We apologize for the delay in responding to these issues, and we're working on a plan here at Redis to get a more permanent maintainer on board. I don't have a timeline on this just yet, but we'll respond with an update within the next couple of weeks.
@banker Thanks for the message! If it helps I can make a PR that consolidate the critical PR's that are pending.
The biggest issue right now is the update for Pydantic, and few chores stuff with GitHub Actions. Also adding py3.12 to the CI.
@gaby If you can make a PR that consolidates the highest priority issues, we'd very much appreciate it. Thanks in advance!
Small update, I have over +30 commits in my fork. Some notes:
- codecov now requires a token to upload coverage reports
- mypy fails to run if pydantic is higher than 2.5.x or higher.
- When using latest pydantic/mypy there's over 100 errors.
Besides the issues above all the tests pass, including py3.12 and pypy-3.10
Oh, and thanks very much for putting together this PR, @gaby! I think we should be able to merge this into a new release fairly quickly.
Awesome, thank you! ๐ช