mistralai / client-python

Python client library for Mistral AI platform
Apache License 2.0
487 stars 106 forks source link

[BUG CLIENT]: Conda version got stuck at 0.4.2 #148

Open lordsoffallen opened 2 months ago

lordsoffallen commented 2 months ago

Python -VV

Python 3.10.14 | packaged by conda-forge | (main, Mar 20 2024, 12:45:18) [GCC 12.3.0]

Pip Freeze

I don't use pip and not relevant in this issue

Reproduction Steps

I am trying to install mistalai platform in conda but latest version that was pushed into it was 0.4.2. Apperantely there has been some changes in v1.0.0 which breaks the current conda feedstock: https://github.com/conda-forge/mistralai-feedstock/pull/3#issuecomment-2284207540

Expected Behavior

I would expect conda to install latest version

Additional Context

No response

Suggested Solutions

Could we maybe get some support to bring mistral-ai to conda env?