Skip to content

Commit 71f140f

Browse files
deps: drop msgpack-python support
msgpack-python package was deprecated in 2018 in favor of msgpack package. After previous patch in the patchset, we require `Unpacker` `tell` handle and msgpack-python 0.4.0 do not yet have it. It seems to be no reason to support the package which is not supported for the five years already, so we better drop it.
1 parent b866691 commit 71f140f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/testing.yml

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
# "This page is taking too long to load." error. Thus we use
4444
# pairwise testing.
4545
include:
46-
- tarantool: '2.11'
47-
python: '3.11'
48-
msgpack-deps: 'msgpack-python==0.4.0'
4946
- tarantool: '2.11'
5047
python: '3.11'
5148
msgpack-deps: 'msgpack==0.5.0'

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Allow to require specific server protocol version and features (#267).
1111

12+
### Changed
13+
- Drop `msgpack-python` support. Use `msgpack` instead.
14+
1215
### Fixed
1316
- Parsing of E-notation Tarantool decimals with positive exponent (PR #298).
1417

0 commit comments

Comments
 (0)