The latest release of azure-kusto-data is pinning a specific version of requests:
https://github.com/Azure/azure-kusto-python/blob/v5.0.0/azure-kusto-data/setup.py#L52
This version has been yanked:
https://pypi.org/project/requests/#history
In addition, no explanation was given in #563 for why a pin to a specific version was necessary.
At the moment, we are unable to build v5.0.0 on conda-forge because we did not create this version of requests and would not do so retroactively because it has been yanked from PyPI. See:
conda-forge/azure-kusto-data-feedstock#36