Skip to content

Commit ff297ec

Browse files
setup: remove msgpack version dependency
The only reason of this dependency is various vulnerability fixes. We decided not to enforce the user on this. Follows #223, part of #198
1 parent ce17af6 commit ff297ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198198
functions (PR #252).
199199
- Extract tarantool.Interval encode and decode to external
200200
functions (PR #252).
201+
- Do not enforce msgpack version (#198).
201202

202203
### Fixed
203204
- Package build (#238).

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msgpack>=1.0.4
1+
msgpack
22
pandas
33
pytz
44
dataclasses; python_version <= '3.6'

0 commit comments

Comments
 (0)