Files
copilotkit__copilotkit/showcase/integrations/ms-agent-python/requirements.txt
Ran Shem Tov 47c56c8f9c fix(showcase): MAF Python manifest + exact pins for clean validate
- Remove multimodal from features (already in not_supported_features);
  the duplicate made generate-registry reject the manifest, blocking D6
  from starting.
- Pin agent-framework-{ag-ui,openai,core} to exact published latest
  (1.0.1 / 1.12.0 / 1.13.0) so validate-pins classifies them as exact
  framework deps; drop unused langchain-openai/langchain-core.
- Ratchet validate-pins baseline down 31 -> 27 (the 4 non-exact framework
  fails are now exact); ms-agent-python's only remaining FAIL is the
  shared-frontend openai ^5.9.0, identical to every other integration.
2026-08-05 14:12:16 +03:00

10 lines
193 B
Plaintext

agent-framework-ag-ui==1.0.1
agent-framework-openai==1.12.0
agent-framework-core==1.13.0
httpx>=0.28.0
python-dotenv==1.0.1
uvicorn==0.37.0
fastapi>=0.115.0
starlette<1.0.0
pypdf>=4.0.0,<7.0.0