Closed cchacholiades closed 4 years ago
In my requirements.txt file:
python-binary-memcached==0.29.0 - this version makes my code to break 'dict_keys' object is not subscriptable
python-binary-memcached==0.29.0
'dict_keys' object is not subscriptable
if I specify the master branch of this repo directly:
git+git://github.com/jaysonsantos/python-binary-memcached@master - it works ✓
git+git://github.com/jaysonsantos/python-binary-memcached@master
@jaysonsantos Do we need a new release?
Hey there @cchacholiades I've just released 0.30.0, could you give it a try?
Many thanks @jaysonsantos
In my requirements.txt file:
python-binary-memcached==0.29.0
- this version makes my code to break'dict_keys' object is not subscriptable
if I specify the master branch of this repo directly:
git+git://github.com/jaysonsantos/python-binary-memcached@master
- it works ✓@jaysonsantos Do we need a new release?