Skip to content

Commit 78dcf40

Browse files
fix(deps): pin dependencies
1 parent 9f2f15c commit 78dcf40

File tree

5 files changed

+96
-90
lines changed

5 files changed

+96
-90
lines changed

riski-core/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description = "Riski core for shared functionality like data model, db access, e
55
readme = "README.md"
66
requires-python = "==3.13.9"
77
dependencies = [
8-
"sqlalchemy>=2.0.42",
9-
"sqlmodel>=0.0.24",
10-
"psycopg[binary,pool]>=3.2.9",
11-
"pydantic[email]>=2.11.7",
12-
"pydantic-settings>=2.10.1",
13-
"pgvector<0.4",
14-
"langchain-openai>=1.1.7",
8+
"sqlalchemy==2.0.46",
9+
"sqlmodel==0.0.31",
10+
"psycopg[binary,pool]==3.3.2",
11+
"pydantic[email]==2.12.5",
12+
"pydantic-settings==2.12.0",
13+
"pgvector==0.3.6",
14+
"langchain-openai==1.1.7",
1515
]
1616

1717
[build-system]

riski-document-pipeline/pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = "==3.13.9"
77
dependencies = [
8-
"mistralai>=1.9.11",
9-
"truststore>=0.10.4",
8+
"mistralai==1.10.0",
9+
"truststore==0.10.4",
1010
"core",
11-
"langchain-postgres>=0.0.16",
12-
"langchain-text-splitters>=1.1.0",
11+
"langchain-postgres==0.0.16",
12+
"langchain-text-splitters==1.1.0",
1313
]
1414

1515
[dependency-groups]
1616
dev = [
17-
"ipykernel>=7.1.0",
18-
"pre-commit>=4.5.1",
17+
"ipykernel==7.1.0",
18+
"pre-commit==4.5.1",
1919
"pypdf>=6.4.1",
20-
"pytest>=9.0.2",
21-
"python-dotenv>=1.2.1",
22-
"ruff>=0.14.11",
23-
"ty>=0.0.11",
20+
"pytest==9.0.2",
21+
"python-dotenv==1.2.1",
22+
"ruff==0.14.11",
23+
"ty==0.0.11",
2424
]
2525

2626
[tool.uv.sources]

riski-document-pipeline/uv.lock

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

riski-extractor/pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@ dependencies = [
1515
"tokenizers==0.21.2",
1616
"torch==2.8.0",
1717
"torchvision==0.23.0",
18-
"truststore>=0.10.4",
19-
"gitpython>=3.1.45",
20-
"pyyaml>=6.0.2",
21-
"stamina>=25.1.0",
18+
"truststore==0.10.4",
19+
"gitpython==3.1.46",
20+
"pyyaml==6.0.3",
21+
"stamina==25.2.0",
2222
"core",
23-
"legacy-cgi>=2.6.4",
23+
"legacy-cgi==2.6.4",
2424
]
2525

2626
[project.optional-dependencies]
2727
pgvector = [
2828
"asyncpg==0.30.0",
29-
"langchain-postgres>=0.0.15",
29+
"langchain-postgres==0.0.16",
3030
]
3131

3232
[dependency-groups]
3333
dev = [
3434
"ipykernel==7.0.1",
3535
"pre-commit==4.3.0",
3636
"ty==0.0.1a23",
37-
"langchain>=0.3.27",
38-
"langchain-community>=0.3.28",
39-
"langchain-docling>=1.1.0",
40-
"langchain-openai>=0.3.32",
37+
"langchain==1.2.6",
38+
"langchain-community==0.3.31",
39+
"langchain-docling==2.0.0",
40+
"langchain-openai==1.1.7",
4141
"pytest==8.4.2",
4242
"faststream[kafka]==0.6.1",
43-
"ruff>=0.14.11",
44-
"python-dotenv>=1.2.1",
43+
"ruff==0.14.11",
44+
"python-dotenv==1.2.1",
4545
]
4646

4747
[tool.uv.sources]
@@ -58,7 +58,7 @@ explicit = true
5858
pythonpath = ["."]
5959

6060
[build-system]
61-
requires = ["uv_build>=0.9.13,<0.10.0"]
61+
requires = ["uv_build==0.9.27"]
6262
build-backend = "uv_build"
6363

6464

0 commit comments

Comments
 (0)