unsloth/studio
Leo Borcherding a3daae1c40 fix: replace datetime.UTC with timezone.utc for Python 3.9+ compatibility
- Replace datetime.UTC with datetime.timezone.utc in authentication.py and storage.py
- Fixes ImportError on Python versions < 3.11
- timezone.utc works on Python 3.9+

Resolves #237
2026-02-24 14:37:00 -06:00
..
backend fix: replace datetime.UTC with timezone.utc for Python 3.9+ compatibility 2026-02-24 14:37:00 -06:00
frontend Merge pull request #218 from unslothai/fix/stop-startup-modal 2026-02-24 14:03:25 +04:00
tests fix: auto-detect LoRA adapters for both local and remote HF models in ModelConfig 2026-02-13 20:54:40 +00:00