Skip to content

Commit 16bec7b

Browse files
fix(deps): pin dependencies
1 parent baa25a6 commit 16bec7b

File tree

7 files changed

+58
-247
lines changed

7 files changed

+58
-247
lines changed

mucgpt-assistant-service-migrations/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ maintainers = [
1111
{ name = "Michael Jaumann", email = "michael.jaumann@muenchen.de" },
1212
{ name = "Paul Ilitz", email = "paul.ilitz@muenchen.de" },
1313
]
14-
requires-python = ">=3.10"
14+
requires-python = "==3.14.0"
1515
dependencies = [
16-
"alembic>=1.14.0",
17-
"asyncpg>=0.30.0",
18-
"psycopg2-binary>=2.9.10",
19-
"pydantic-settings>=2.10.1",
20-
"sqlalchemy>=2.0.41",
16+
"alembic==1.16.2",
17+
"asyncpg==0.30.0",
18+
"psycopg2-binary==2.9.10",
19+
"pydantic-settings==2.10.1",
20+
"sqlalchemy==2.0.41",
2121
]
2222

2323
[tool.uv]

mucgpt-assistant-service/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ maintainers = [
1111
{ name = "Michael Jaumann", email = "michael.jaumann@muenchen.de" },
1212
{ name = "Paul Ilitz", email = "paul.ilitz@muenchen.de" },
1313
]
14-
requires-python = ">=3.10"
14+
requires-python = "==3.14.0"
1515
dependencies = [
1616
"asgi-correlation-id==4.3.4",
17-
"asyncpg>=0.30.0",
17+
"asyncpg==0.30.0",
1818
"fastapi[standard]==0.118.0",
1919
"gitpython==3.1.45",
2020
"joserfc==1.3.4",
21-
"psycopg2-binary>=2.9.10",
22-
"pydantic-settings>=2.10.1",
23-
"requests>=2.32.5",
24-
"sqlalchemy>=2.0.43",
25-
"uvicorn>=0.35.0",
21+
"psycopg2-binary==2.9.10",
22+
"pydantic-settings==2.10.1",
23+
"requests==2.32.5",
24+
"sqlalchemy==2.0.43",
25+
"uvicorn==0.35.0",
2626
]
2727

2828
[tool.uv]

mucgpt-core-service/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mucgpt-core-service"
33
version = "1.2.5"
44
description = "a web interface for large language models for the public administration"
55
readme = "README.md"
6-
requires-python= ">=3.10"
6+
requires-python= "==3.14.0"
77
authors = [
88
{ name = "Michael Jaumann", email = "michael.jaumann@muenchen.de" },
99
{ name = "Paul Ilitz", email = "paul.ilitz@muenchen.de" },
@@ -27,10 +27,10 @@ dependencies = [
2727
"uvicorn==0.37.0",
2828
"asgi-correlation-id==4.3.4",
2929
"gitpython==3.1.45",
30-
"pydantic-settings>=2.8.1",
31-
"langgraph>=0.6.0",
32-
"truststore>=0.10.4",
33-
"langfuse>=3.3.4",
30+
"pydantic-settings==2.10.1",
31+
"langgraph==0.6.7",
32+
"truststore==0.10.4",
33+
"langfuse==3.3.4",
3434
]
3535

3636
[tool.uv]

mucgpt-frontend/package-lock.json

Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mucgpt-frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"remark": "15.0.1",
2525
"remark-gfm": "4.0.1",
2626
"remark-math": "6.0.0",
27-
"prismjs": ">=1.30.0",
27+
"prismjs": "1.30.0",
2828
"typescript-eslint": "8.42.0",
2929
"uuid": "13.0.0"
3030
},
3131
"devDependencies": {
32-
"brace-expansion": ">=1.1.12",
33-
"esbuild": ">=0.25.0",
32+
"brace-expansion": "1.1.12",
33+
"esbuild": "0.25.9",
3434
"@types/dompurify": "3.2.0",
3535
"@types/node": "22.14.0",
3636
"@types/react": "18.3.12",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "MUCGPT"
33
version = "1.2.5"
44
description = "a web interface for large language models for the public administration"
55
readme = "README.md"
6-
requires-python= ">=3.10"
6+
requires-python= "==3.14.0"
77
authors = [
88
{ name = "Michael Jaumann", email = "michael.jaumann@muenchen.de" },
99
{ name = "Paul Ilitz", email = "paul.ilitz@muenchen.de" },

0 commit comments

Comments
 (0)