Copilot commented on code in PR #40314: URL: https://github.com/apache/superset/pull/40314#discussion_r3278851923
########## pyproject.toml: ########## @@ -139,7 +139,7 @@ denodo = ["denodo-sqlalchemy>=1.0.6,<2.1.0"] dremio = ["sqlalchemy-dremio>=1.2.1, <4"] drill = ["sqlalchemy-drill>=1.1.4, <2"] druid = ["pydruid>=0.6.5,<0.7"] -duckdb = ["duckdb>=1.4.2,<2", "duckdb-engine>=0.17.0"] +duckdb = ["duckdb>=1.5.3,<2", "duckdb-engine>=0.17.0"] Review Comment: `duckdb` is pinned in generated requirements (e.g. requirements/development.txt still has duckdb==1.4.2). Since this repo uses ./scripts/uv-pip-compile.sh to keep pinned requirements in sync with pyproject.toml (see requirements/README.md), this version bump should also regenerate and commit the updated pinned requirements so CI/Docker/dev installs actually pick up DuckDB 1.5.3. -- 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]
