Skip to content

Commit 9b05203

Browse files
Pin dependencies
1 parent 275c9a7 commit 9b05203

File tree

7 files changed

+187
-361
lines changed

7 files changed

+187
-361
lines changed

mucgpt-core-service/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.13.3"
77
authors = [
88
{ name = "Michael Jaumann", email = "michael.jaumann@muenchen.de" },
99
{ name = "Paul Ilitz", email = "paul.ilitz@muenchen.de" },

mucgpt-frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mucgpt-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"remark": "15.0.1",
2525
"remark-gfm": "4.0.1",
2626
"remark-math": "6.0.0",
27-
"typescript-eslint": "^8.31.1",
27+
"typescript-eslint": "8.31.1",
2828
"uuid": "11.1.0"
2929
},
3030
"devDependencies": {

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"devDependencies": {
3-
"eslint": "^9.26.0",
4-
"prettier": "^3.5.3",
5-
"typescript-eslint": "^8.32.1"
3+
"eslint": "9.26.0",
4+
"prettier": "3.5.3",
5+
"typescript-eslint": "8.32.1"
66
},
77
"scripts": {
88
"fix": "prettier ./mucgpt-frontend/src/ --write && eslint ./mucgpt-frontend/src/ --fix"

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.13.3"
77
authors = [
88
{ name = "Michael Jaumann", email = "michael.jaumann@muenchen.de" },
99
{ name = "Paul Ilitz", email = "paul.ilitz@muenchen.de" },

uv.lock

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

0 commit comments

Comments
 (0)