Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: MithunEndee The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @XuanYang-cn, I’ve noticed the CI is failing on the linting step with several UP042 errors (e.g., in backend/clients/api.py and elastic_cloud/config.py). These errors appear to be "pre-existing" linting issues triggered by the environment difference:
Since these failures are in files unrelated to my specific changes, please look into the linting issues of other files. |
|
@MithunEndee Please update the latest code to pass the coding style action, I've fixed them in #722 |
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
* upstream/main: Feat/endee version (zilliztech#715) fix: Use StrEnum instead of str, Enum (zilliztech#722)
Added specific version of Endee to match the compatibility of Pydantic<v2