Files
t6_mem0_v2/requirements.txt
Claude Code 56aa8699cc Fix timezone configuration and Ollama dependencies
- Fix mem0 library hardcoded US/Pacific timezone in Docker build
- Add TZ=Europe/Prague environment variable to containers
- Add missing ollama Python library to requirements.txt
- Add Ollama environment variables to MCP container
- Include test scripts for Ollama configuration validation

This resolves timestamp issues where memories were created with
incorrect Pacific timezone (-07:00) instead of local time (+02:00).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-16 07:54:41 +02:00

41 lines
642 B
Plaintext

# Core Memory System
# Requires >=0.1.118 for get_all() and search() dict return format fix
mem0ai[graph]>=0.1.118,<0.2.0
# Web Framework
fastapi==0.115.*
uvicorn[standard]==0.32.*
pydantic>=2.7.3,<3.0
pydantic-settings==2.6.*
# MCP Server
mcp==1.3.*
# Database Drivers
psycopg2-binary==2.9.*
neo4j==5.26.*
vecs==0.4.*
# OpenAI
# mem0ai 0.1.118 requires openai<1.110.0,>=1.90.0
openai>=1.90.0,<1.110.0
# Ollama
ollama>=0.4.0
# Utilities
python-dotenv==1.0.*
httpx==0.28.*
pyyaml==6.0.*
# Development
pytest==8.3.*
pytest-asyncio==0.24.*
pytest-cov==6.0.*
black==24.10.*
ruff==0.8.*
mypy==1.13.*
# Monitoring
prometheus-client==0.21.*