influxdata / influxdb-python

Python client for InfluxDB
MIT License
1.7k stars 522 forks source link

use msgpack>=0.6.1 #830

Open robin-xl opened 4 years ago

robin-xl commented 4 years ago

this package use msgpack==0.6.1 in requirements.txt,it's possible to use msgpack>=0.6.1? this may have a compatibility problem with other package ,e.g locust need msgpack>=0.6.2

VeNoMouS commented 4 years ago

msgpack 1.0.0 is latest

1.0.0

Release Date: 2020-02-17

0.6.2

Release Date: 2019-09-20

0.6.1

Release Date: 2019-01-25

This release is for mitigating pain caused by v0.6.0 reduced max input limits for security reason.

tiltec commented 4 years ago

This seems to be fixed in #818 already, but unpublished yet. Could someone publish a new version?

mced commented 4 years ago

@sebito91 any news on this ?

amitwer commented 4 years ago

Please note, using pip install --use-feature=2020-resolver (which is soon to become the default, as far as I understand) does result in breaking builds in case of a conflict, with no real way to resolve it

VeNoMouS commented 4 years ago

Tagging @russorat to see if he can get some traction...

Sick of see'ing this warning on my builds..

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

influxdb 5.3.0 requires msgpack==0.6.1, but you'll have msgpack 1.0.0 which is incompatible.