8000 Merge pull request #158 from arcivanov/issue_157 · fluent/fluent-logger-python@d30516c · GitHub
[go: up one dir, main page]

Skip to content

Commit d30516c

Browse files
authored
8000
Merge pull request #158 from arcivanov/issue_157
Pin msgpack below 1.0.0 to prevent API incompatibility
2 parents a37f313 + 9172d9e commit d30516c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deploy:
2727
secure: CpNaj4F3TZvpP1aSJWidh/XexrWODV2sBdObrYU79Gyh9hFl6WLsA3JM9BfVsy9cGb/P/jP6ly4Z0/6qdIzZ5D6FPOB1B7rn5GZ2LAMOypRCA6W2uJbRjUU373Wut0p0OmQcMPto6XJsMlpvOEq+1uAq+LLAnAGEmmYTeskZebs=
2828
on:
2929
tags: true
30-
condition: '"$TRAVIS_PYTHON_VERSION" = "3.7" || "$TRAVIS_PYTHON_VERSION" = "2.7"'
30+
condition: '"$TRAVIS_PYTHON_VERSION" = "3.8" || "$TRAVIS_PYTHON_VERSION" = "2.7"'
3131
distributions: "sdist bdist_wheel"
3232

3333
matrix:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
long_description=open(README).read(),
1818
package_dir={'fluent': 'fluent'},
1919
packages=['fluent'],
20-
install_requires=['msgpack'],
20+
install_requires=['msgpack<1.0.0'],
2121
author='Kazuki Ohta',
2222
author_email='kazuki.ohta@gmail.com',
2323
url='https://github.com/fluent/fluent-logger-python',

0 commit comments

Comments
 (0)
0