09Catho opened a new pull request, #41157:
URL: https://github.com/apache/superset/pull/41157

   ## Summary
   - add an explicit `cachetools>=5.5.2,<7` runtime dependency in 
`pyproject.toml`
   - regenerate `requirements/base.txt` and `requirements/development.txt` so 
the lockfiles mark `cachetools` as a direct Superset dependency
   - keep the existing `google-auth` pin unchanged while ensuring future 
`google-auth` releases cannot drop `cachetools` from installs
   
   ## Testing
   - `uv pip compile pyproject.toml requirements/base.in -o 
requirements/base.txt --python-platform x86_64-unknown-linux-gnu 
--python-version 3.11`
   - `uv pip compile requirements/development.in -c 
requirements/base-constraint.txt -o requirements/development.txt 
--python-platform x86_64-unknown-linux-gnu --python-version 3.11`
   - `python -c "import setuptools.build_meta as bm; from pathlib import Path; 
meta_dir = Path('dist-metadata'); meta_dir.mkdir(exist_ok=True); name = 
bm.prepare_metadata_for_build_wheel(str(meta_dir)); text = (meta_dir / name / 
'METADATA').read_text(encoding='utf-8'); assert 'Requires-Dist: 
cachetools<7,>=5.5.2' in text"`
   
   Closes #40962
   


-- 
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]

Reply via email to