Release notes for PyEikon 1.1.2 + requests 2.22 dependency

Hi-- just saw that Eikon for Python 1.1.2 is available on conda-forge. First off, thanks for using conda-forge so we don't have to use pip.


I've noticed that recent versions (post-1.0.1) include an explicit requirement of requests 2.22.*. Thus they won't coexist with either versions newer (such as the current 2.23.0) or older than 2.22. As a result, systems which put requests==2.23.0 as a requirement will only see pyeikon 1.0.1 available.


2 questions:

1) What new functionality has been added to the Eikon Data API between version 1.0.1 and 1.1.2? Is there a release note for this? What is a user missing if they want to use the latest version of requests?

2) I appreciate that the requirements are being well specified to avoid conflicts, but does pyeikon actually depend so tightly on the particular version of requests? As both the conda recipes and pip wheels are currently structured, conda CANNOT install pyeikon alongside any version of requests other than 2.22.

Best Answer

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭
    Answer ✓

    @davidk

    You can find release notes for Eikon Data APIs Python library under the Documentation tab on Eikon Data APIs page on Refinitiv Developer Portal.

    I'm afraid I don't know why we made Eikon Data APIs library for Python dependent on specific version of requests library. I'm guessing this may be related to the introduction of streaming capability, but I'm not sure. I'll try to find out and will revert back here.

Answers