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
12 changes: 6 additions & 6 deletions mucgpt-assistant-service-migrations/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ maintainers = [
{ name = "Michael Jaumann", email = "[email protected]" },
{ name = "Paul Ilitz", email = "[email protected]" },
]
requires-python = ">=3.10"
requires-python = "==3.14.0"
dependencies = [
"alembic>=1.14.0",
"asyncpg>=0.30.0",
"psycopg2-binary>=2.9.10",
"pydantic-settings>=2.10.1",
"sqlalchemy>=2.0.41",
"alembic==1.16.2",
"asyncpg==0.30.0",
"psycopg2-binary==2.9.10",
"pydantic-settings==2.10.1",
"sqlalchemy==2.0.41",
]

[tool.uv]
Expand Down
14 changes: 7 additions & 7 deletions mucgpt-assistant-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ maintainers = [
{ name = "Michael Jaumann", email = "[email protected]" },
{ name = "Paul Ilitz", email = "[email protected]" },
]
requires-python = ">=3.10"
requires-python = "==3.14.0"
dependencies = [
"asgi-correlation-id==4.3.4",
"asyncpg>=0.30.0",
"asyncpg==0.30.0",
"fastapi[standard]==0.118.0",
"gitpython==3.1.45",
"joserfc==1.3.5",
"psycopg2-binary>=2.9.10",
"pydantic-settings>=2.10.1",
"requests>=2.32.5",
"sqlalchemy>=2.0.43",
"uvicorn>=0.35.0",
"psycopg2-binary==2.9.10",
"pydantic-settings==2.10.1",
"requests==2.32.5",
"sqlalchemy==2.0.43",
"uvicorn==0.35.0",
]

[tool.uv]
Expand Down
10 changes: 5 additions & 5 deletions mucgpt-core-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "mucgpt-core-service"
version = "1.2.5"
description = "a web interface for large language models for the public administration"
readme = "README.md"
requires-python= ">=3.10"
requires-python= "==3.14.0"
authors = [
{ name = "Michael Jaumann", email = "[email protected]" },
{ name = "Paul Ilitz", email = "[email protected]" },
Expand All @@ -26,10 +26,10 @@ dependencies = [
"pypdf==6.1.3",
"uvicorn==0.37.0",
"asgi-correlation-id==4.3.4",
"pydantic-settings>=2.8.1",
"langgraph>=0.6.0",
"truststore>=0.10.4",
"langfuse>=3.3.4",
"pydantic-settings==2.10.1",
"langgraph==0.6.7",
"truststore==0.10.4",
"langfuse==3.3.4",
]

[tool.uv]
Expand Down
29 changes: 24 additions & 5 deletions mucgpt-frontend/package-lock.json

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

8 changes: 4 additions & 4 deletions mucgpt-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"markmap-view": "0.18.12",
"mermaid": "11.11.0",
"ndjson-readablestream": "1.4.0",
"prismjs": ">=1.30.0",
"prismjs": "1.30.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.7.3",
"react-markdown": "10.1.0",
"react-router-dom": "7.8.2",
"react-syntax-highlighter": "15.6.6",
"rehype-external-links": "^3.0.0",
"rehype-external-links": "3.0.0",
"rehype-katex": "7.0.1",
"remark": "15.0.1",
"remark-gfm": "4.0.1",
Expand All @@ -35,8 +35,8 @@
"@types/react-dom": "18.3.7",
"@types/react-syntax-highlighter": "15.5.13",
"@vitejs/plugin-react": "5.0.2",
"brace-expansion": ">=1.1.12",
"esbuild": ">=0.25.0",
"brace-expansion": "1.1.12",
"esbuild": "0.25.9",
"eslint": "9.35.0",
"eslint-plugin-react": "7.37.5",
"gh-pages": "6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "MUCGPT"
version = "1.2.5"
description = "a web interface for large language models for the public administration"
readme = "README.md"
requires-python= ">=3.10"
requires-python= "==3.14.0"
authors = [
{ name = "Michael Jaumann", email = "[email protected]" },
{ name = "Paul Ilitz", email = "[email protected]" },
Expand Down
Loading
Loading