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
44 changes: 22 additions & 22 deletions src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ classifiers = [
description = "Docs is a collaborative text editor designed to address common challenges in knowledge building and sharing."
keywords = ["Django", "Contacts", "Templates", "RBAC"]
license = "MIT"
requires-python = "~=3.13.0"
requires-python = "~=3.14.5"
dependencies = [
"beautifulsoup4==4.14.3",
"boto3==1.42.93",
"beautifulsoup4==4.15.0",
"boto3==1.43.24",
"Brotli==1.2.0",
"celery[redis]==5.5.3",
"dj-database-url==3.1.2",
Expand All @@ -35,8 +35,8 @@ dependencies = [
"django-csp==4.0",
"django-filter==25.2",
"django-lasuite[all]==0.0.26",
"django-parler==2.3",
"django-redis==6.0.0",
"django-parler==2.4",
"django-redis==7.0.0",
"django-storages[s3]==1.14.6",
"django-timezone-field>=5.1",
"django<6.0.0",
Expand All @@ -48,26 +48,26 @@ dependencies = [
"easy_thumbnails==2.10.1",
"emoji==2.15.0",
"factory_boy==3.3.3",
"gunicorn==25.3.0",
"gunicorn==26.0.0",
"jsonschema==4.26.0",
"langfuse==3.11.2",
"lxml==6.1.0",
"lxml==6.1.1",
"markdown==3.10.2",
"mistralai==1.12.4",
"mistralai==2.4.9",
"mozilla-django-oidc==5.0.2",
"nested-multipart-parser==1.6.0",
"openai==2.32.0",
"posthog==7.16.1",
"psycopg[binary,pool]==3.3.3",
"pycrdt==0.12.50",
"pydantic==2.13.3",
"openai==2.41.0",
"posthog==7.18.0",
"psycopg[binary,pool]==3.3.4",
"pycrdt==0.13.1",
"pydantic==2.13.4",
"pydantic-ai-slim[openai,logfire,web]==1.58.0",
"PyJWT==2.12.1",
"PyJWT==2.13.0",
"python-magic==0.4.27",
"redis<6.0.0",
"requests==2.33.1",
"sentry-sdk==2.58.0",
"uvicorn==0.45.0",
"requests==2.34.2",
"sentry-sdk==2.61.1",
"uvicorn==0.49.0",
"whitenoise==6.12.0",
]

Expand All @@ -81,10 +81,10 @@ dependencies = [
dev = [
"django-extensions==4.1",
"django-test-migrations==1.5.0",
"drf-spectacular-sidecar==2026.4.14",
"drf-spectacular-sidecar==2026.6.1",
"freezegun==1.5.5",
"ipdb==0.13.13",
"ipython==9.12.0",
"ipython==9.14.1",
"pyfakefs==6.2.0",
"pylint-django==2.7.0",
"pylint<4.0.0",
Expand All @@ -94,9 +94,9 @@ dev = [
"pytest==9.0.3",
"pytest-icdiff==0.9",
"pytest-xdist==3.8.0",
"responses==0.26.0",
"ruff==0.15.11",
"types-requests==2.33.0.20260408",
"responses==0.26.1",
"ruff==0.15.16",
"types-requests==2.33.0.20260518",
]

[tool.uv.build-backend]
Expand Down
Loading
Loading