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.