Pietro De Nicolao
Pietro De Nicolao
This is happening to me on Python 3.9, on an Intel Mac, with `coverage==6.3.1`. [Full tracebacks here.](https://gist.github.com/pietrodn/f3a9b729be6c7436e61454892b4c8ac9)
@RJT1990 I think that publishing the latest version on PyPI will solve the problem, as the Git installation is working. Could you please do it? 🙏 😄
In what sense do some exchanges use float? The REST APIs use JSON numbers, that can be (de)serialized as Decimal, maintaining precision. The only issue would be if they used...
There's a [known security vulnerability](https://github.com/advisories/GHSA-8gq9-2x98-w8hf) that affects 3.20.1 and is fixed by 3.20.2. However, 3.20.2 is unusable because of this bug. Google should deal with this with high priority.
It appears that the same bug was introduced in parallel in 3.19.5 and 3.20.2, most likely as a result of backporting some bug fix to the earlier minor revision.
I confirm the issue is fixed for 3.19.5, 3.19.6, 3.20.2, and 3.20.3 on Python 3.10.6, macOS 12.6, M1 Pro processor. 😄 Thank you!
@nmariz, somehow the import works perfectly on my Mac with Python 3.10.6 and Protobuf 3.20.3. Very weird. 🤔
I confirm that this fix (`timeInForce=GTX`) creates post-only orders for Binance futures (COINM and USDM). Is there a chance to have this merged soon? I created another PR to support...
I tried 1.3.6 and then the latest master from GitHub.
I can't reproduce the issue. All of the hashes in my `poetry.lock` are SHA256, not MD5. I've tried on existing virtualenvs as well as on fresh ones. However some of...