Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aiosqlite>=0.19.0 # For SQLite async support in tests
redis[asyncio]==7.0.0

# File handling
python-multipart==0.0.20
python-multipart==0.0.22
tomli==2.3.0 # TOML parsing for Python <3.11
python-magic==0.4.27
javalang==0.13.0 # Java source code parsing for JavaAnalyzerAgent
Expand Down
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'pgvector>=0.1.1',
'aiosqlite>=0.19.0',
'redis[asyncio]==7.0.0',
'python-multipart==0.0.20',
'python-multipart==0.0.22',
'tomli==2.3.0',
'python-magic==0.4.27',
'httpx==0.28.1',
Expand Down
2 changes: 1 addition & 1 deletion backend/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aiosqlite>=0.19.0 # For SQLite async support in tests
redis[asyncio]==7.0.0

# File handling
python-multipart==0.0.20
python-multipart==0.0.22
tomli==2.3.0 # TOML parsing for Python <3.11
python-magic==0.4.27

Expand Down
Loading