bito-code-review[bot] commented on PR #35895:
URL: https://github.com/apache/superset/pull/35895#issuecomment-3463357606
<details open>
<summary><strong>Interaction Diagram by <a
href="https://bito.ai#sequence_diagram">Bito</a></strong></summary>
```mermaid
sequenceDiagram
participant DM as DependencyManager
participant ProjTOML as pyproject.toml<br/>🔄 Updated | ●●○ Medium
participant ReqBase as requirements/base.txt<br/>🔄 Updated | ●●○ Medium
participant ReqDev as requirements/development.txt<br/>🔄 Updated | ●●○ Medium
participant Shillelagh as Shillelagh Library<br/>🟩 Added | ●●● High
participant MetaDB as extensions/metadb.py
participant GSheets as db_engine_specs/gsheets.py
participant Security as security/analytics_db_safety.py
Note over ProjTOML, ReqDev: Shillelagh version upgraded<br/>from 1.2.18 to
1.4.3
DM->>ProjTOML: Update dependency spec
DM->>ReqBase: Pin version 1.4.3
DM->>ReqDev: Pin version 1.4.3
ProjTOML->>Shillelagh: Install v1.4.3
Shillelagh->>MetaDB: Provide APSWDialect & Adapters
Shillelagh->>GSheets: Provide gsheetsapi connector
Shillelagh->>Security: Provide exception types
```
Critical path: DependencyManager -> pyproject.toml (MODIFIED) ->
Shillelagh Library -> extensions/metadb.py
> **Note:** Shillelagh dependency upgraded from 1.2.18 to 1.4.3 across
pyproject.toml and requirement files. This impacts the superset:// SQLAlchemy
dialect (MetaDB), Google Sheets integration, and security validation. The
upgrade ensures access to bug fixes and new features in Shillelagh while
maintaining compatibility with <2.0.
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]