Closed
Description
New version of python-msgpack library was released which enforce only string keys in map by default.
This change brokes whole connector because version of python msgpack library is not enforced in requirements.
Commit msgpack/msgpack-python@d8e3cf0
Error on connection to tarantool:
test_tags.py:6: in <module>
from .common import (
common.py:22: in <module>
operational_storage = tarantool.connect("localhost", 3303, "tarantool", "tarantool")
venv/lib/python3.7/site-packages/tarantool/__init__.py:51: in connect
encoding=encoding)
venv/lib/python3.7/site-packages/tarantool/connection.py:130: in init
self.connect()
venv/lib/python3.7/site-packages/tarantool/connection.py:208: in connect
raise NetworkError(e)
E tarantool.error.NetworkError: int is not allowed for map key