unsloth/studio/backend/requirements
Roland Tannous 81778a2c2d feat: encrypt Access Endpoint API key in transit via RSA+AES-GCM handshake
The API key is no longer sent as plaintext in HTTP responses. Instead, the
frontend performs a reveal handshake: fetches the server's RSA public key,
generates a session AES-256 key, RSA-OAEP wraps it, and the server returns
the API key encrypted with AES-GCM. This protects the bearer token even
when Studio is served over plain HTTP.
2026-04-10 04:51:41 +00:00
..
single-env Pin transformers and huggingface-hub in main Studio venv (#4788) 2026-04-02 09:21:30 -07:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
base.txt move requirements/ to studio/backend/ and update paths in setup.sh 2026-02-17 19:02:25 +00:00
extras-no-deps.txt Pin transformers and huggingface-hub in main Studio venv (#4788) 2026-04-02 09:21:30 -07:00
extras.txt Fixing Qwen3.5 bug and adding Outetts dependencies (#4459) 2026-03-19 01:52:07 -07:00
no-torch-runtime.txt fix: add tokenizers to no-torch deps and TORCH_CONSTRAINT for arm64 macOS py313+ (#4748) 2026-04-01 06:12:17 -07:00
overrides.txt fix: Windows installer fails on _yaml.pyd Access Denied (os error 5) (#4617) 2026-03-26 05:15:19 -07:00
studio.txt feat: encrypt Access Endpoint API key in transit via RSA+AES-GCM handshake 2026-04-10 04:51:41 +00:00
triton-kernels.txt move requirements/ to studio/backend/ and update paths in setup.sh 2026-02-17 19:02:25 +00:00