cunla / fakeredis-py

Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
https://fakeredis.moransoftware.ca/
BSD 3-Clause "New" or "Revised" License
299 stars 49 forks source link

fix: Updated lupa version constraint. #306

Closed noamkush closed 6 months ago

noamkush commented 6 months ago

In https://github.com/cunla/fakeredis-py/commit/28b23503fe2ed577bdebe459ff8fb47589bd6590 a change was introduced that uses lupa.allow_lua_module_loading. This is a new function in lupa 2.1. Therefore this package is no longer compatible with earlier versions. This fixes the lupa version constraint.