555e282cc4
ci / changelog_check (push) Waiting to run
ci / check_changes (push) Waiting to run
ci / build_mem0 (3.10) (push) Blocked by required conditions
ci / build_mem0 (3.11) (push) Blocked by required conditions
ci / build_mem0 (3.12) (push) Blocked by required conditions
CLI Node CI / lint (push) Waiting to run
CLI Node CI / test (20) (push) Waiting to run
CLI Node CI / test (22) (push) Waiting to run
CLI Node CI / build (push) Waiting to run
CLI Python CI / lint (push) Waiting to run
CLI Python CI / test (3.10) (push) Waiting to run
CLI Python CI / test (3.11) (push) Waiting to run
CLI Python CI / test (3.12) (push) Waiting to run
CLI Python CI / build (push) Waiting to run
openclaw checks / lint (push) Waiting to run
openclaw checks / test (20) (push) Waiting to run
openclaw checks / test (22) (push) Waiting to run
openclaw checks / build (push) Waiting to run
opencode-plugin checks / build (push) Waiting to run
pi-agent-plugin checks / lint (push) Waiting to run
pi-agent-plugin checks / test (20) (push) Waiting to run
pi-agent-plugin checks / test (22) (push) Waiting to run
pi-agent-plugin checks / build (push) Waiting to run
TypeScript SDK CI / check_changes (push) Waiting to run
TypeScript SDK CI / changelog_check (push) Blocked by required conditions
TypeScript SDK CI / build_ts_sdk (20) (push) Blocked by required conditions
TypeScript SDK CI / build_ts_sdk (22) (push) Blocked by required conditions
TypeScript SDK CI / integration_ts_sdk (20) (push) Blocked by required conditions
TypeScript SDK CI / integration_ts_sdk (22) (push) Blocked by required conditions
27 lines
657 B
Plaintext
27 lines
657 B
Plaintext
fastapi==0.115.8
|
|
uvicorn==0.34.0
|
|
pydantic[email]==2.10.4
|
|
mem0ai>=0.1.48
|
|
python-dotenv==1.2.2
|
|
psycopg>=3.2.8
|
|
psycopg-pool>=3.2.6,<4.0.0
|
|
|
|
# Bundled LLM/embedder providers. Extend by adding the provider's package
|
|
# here, rebuilding the image, and updating BUNDLED_*_PROVIDERS in main.py.
|
|
anthropic>=0.39,<1.0
|
|
google-generativeai>=0.8,<1.0
|
|
|
|
# Auth & database (Phase 1)
|
|
sqlalchemy>=2.0,<3.0
|
|
alembic>=1.13,<2.0
|
|
passlib[bcrypt]>=1.7,<2.0
|
|
bcrypt==4.0.1
|
|
python-jose[cryptography]>=3.3,<4.0
|
|
cryptography>46.0.4
|
|
|
|
# Anonymous telemetry — on by default, opt out with MEM0_TELEMETRY=false
|
|
posthog>=3.0,<8.0
|
|
|
|
# Per-IP rate limiting on auth endpoints
|
|
slowapi>=0.1.9,<1.0
|