mirror of
https://github.com/mruwnik/memory.git
synced 2026-01-02 17:22:58 +01:00
Security Fixes: - BUG-061: Replace insecure SHA-256 password hashing with bcrypt - BUG-065: Add constant-time comparison for password verification - BUG-062: Remove full OAuth token logging - BUG-064: Remove shell=True from subprocess calls Code Quality: - BUG-063: Update 24+ deprecated SQLAlchemy .get() calls Infrastructure: - BUG-067: Add resource limits to Docker services - BUG-068: Enable Redis persistence (AOF) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
sqlalchemy==2.0.30
|
|
psycopg2-binary==2.9.9
|
|
pydantic==2.7.2
|
|
alembic==1.13.1
|
|
dotenv==0.9.9
|
|
voyageai==0.3.2
|
|
qdrant-client==1.9.0
|
|
anthropic==0.69.0
|
|
openai==2.3.0
|
|
# Pin the httpx version, as newer versions break the anthropic client
|
|
httpx==0.27.0
|
|
celery[redis,sqs]==5.3.6
|
|
cryptography==43.0.0
|
|
bcrypt==4.1.2 |