Skip to content
Closed
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
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dependencies = [
"psycopg2-binary==2.9.9",
"python-dotenv==1.2.2",
"python-magic==0.4.27", # For file upload/download
"python-socketio==5.9.0", # For log_events
"python-socketio==5.14.0", # For log_events
"social-auth-app-django==5.3.0", # For OAuth
"social-auth-core==4.4.2", # For OAuth
"azure-identity==1.16.0",
"azure-identity==1.16.1",
"azure-mgmt-apimanagement==3.0.0",
"croniter>=3.0.3",
"django-filter>=24.3",
Expand Down
16 changes: 8 additions & 8 deletions backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"httpx>=0.27.0", # Async HTTP client
"python-dotenv>=1.2.2,<2.0.0", # Environment variable loading
# WebSocket support for log consumer
"python-socketio>=5.9.0", # Socket.IO client for emitting log events
"python-socketio>=5.16.3", # Socket.IO client for emitting log events
# Monitoring and system utilities
"prometheus-client>=0.17.0,<1.0.0", # Metrics collection
"psutil>=5.9.0,<6.0.0", # System resource monitoring
Expand Down
14 changes: 7 additions & 7 deletions workers/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading