{AKS}: pin supabase==2.8.0 to avoid ModuleNotFoundError#9401
{AKS}: pin supabase==2.8.0 to avoid ModuleNotFoundError#9401yanzhudd merged 1 commit intoAzure:mainfrom
Conversation
️✔️Azure CLI Extensions Breaking Change Test
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
There was a problem hiding this comment.
Pull Request Overview
This PR addresses a runtime dependency issue by pinning the supabase package to version 2.8.0 to prevent a ModuleNotFoundError.
- Bumps package version from 1.0.0b9 to 1.0.0b10
- Pins supabase dependency to version 2.8.0 to fix import errors
- Updates release history with the change
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/aks-agent/setup.py | Increments version to 1.0.0b10 and adds pinned supabase==2.8.0 dependency |
| src/aks-agent/HISTORY.rst | Documents the version release and explains the supabase version pinning rationale |
|
[Release] Update index.json for extension [ aks-agent-1.0.0b10 ] : https://dev.azure.com/msazure/One/_build/results?buildId=142976074&view=results |
supabase in holmesgpt is defined to use 2.8.0, which when installing holmesgpt through pip, it picks the supabase-2.22.2 and supabase_auth-2.23.3 which are incompatible.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.