Pulkit Goyal

Results 2 issues of Pulkit Goyal

## Environment * OS: MacOS 15.5 * rage version: 0.11.1 ## What were you trying to do Encrypt a file using passphrase. ``` sh rage -p -o test.age test ```...

### Summary Prefer stdlib `importlib.resources` to locate `sacred/data/mime.types` and fall back to `pkg_resources` only if necessary. This avoids `UserWarning` about `pkg_resources` deprecation when importing `sacred.observers.mongo`. ``` ./.venv/lib/python3.13/site-packages/sacred/dependencies.py:11: UserWarning: pkg_resources is...