3 Commits

Author SHA1 Message Date
Vaibhav Kiratkar
142af6c9fd Fix invalid httpx2 package name in requirements-dev.txt
requirements-dev.txt referenced httpx2>=2.0, which is not a real PyPI
package. tests/backlot/test_server.py uses fastapi.testclient.TestClient,
which depends on httpx. Corrected to httpx>=0.24.
2026-08-10 16:03:41 +05:30
calesthio
80657bb820 Fix Backlot CI test client dependency 2026-07-02 12:28:55 -07:00
calesthio
a3e735cc7a Initial release — OpenMontage: the first open-source agentic video production system
11 production pipelines, 47 tools, 124 agent skills.
Supports cloud APIs (fal.ai, OpenAI, ElevenLabs, Suno, HeyGen, Runway) and
free local providers (diffusers, Piper TTS, WAN 2.1, Hunyuan, CogVideo).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 08:25:17 -07:00