Commit afb074d
Revert fakeredis to dev dependencies for PyPI compatibility (#180)
The previous change moved fakeredis to main dependencies, but PyPI
doesn't allow git dependencies in published packages. We need to wait
for an official release (version > 2.32.0, presumably 2.33.0) before we
can use it as a main dependency.
## Changes
- Moved fakeredis back to dev dependencies
- Still using the main repo (not Nate's fork) at the commit with the fix
- Updated comment to explain we're waiting for a PyPI release
- Once released, we can use `fakeredis[lua]>=2.33.0` as a main
dependency
## Why This Matters
PyPI requires all dependencies to be proper versioned packages, not git
references. While the fix we need is merged into the main repo, it
hasn't been released to PyPI yet. Until then, we'll keep fakeredis as a
dev dependency for testing purposes only.
Related: cunla/fakeredis-py#427
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 147daeb commit afb074d
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments