Skip to content

Commit 414c4eb

Browse files
fix(deps): pin dependencies
1 parent 262515e commit 414c4eb

File tree

5 files changed

+97
-94
lines changed

5 files changed

+97
-94
lines changed

riski-core/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ 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",
15-
"truststore>=0.10.4",
8+
"sqlalchemy==2.0.46",
9+
"sqlmodel==0.0.32",
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",
15+
"truststore==0.10.4",
1616
]
1717

1818
[build-system]

riski-document-pipeline/pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ 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-
"pypdf>=6.6.0",
12-
"langchain-postgres>=0.0.16",
13-
"langchain-text-splitters>=1.1.0",
11+
"pypdf==6.6.2",
12+
"langchain-postgres==0.0.16",
13+
"langchain-text-splitters==1.1.0",
1414
]
1515

1616
[dependency-groups]
1717
dev = [
18-
"ipykernel>=7.1.0",
19-
"pre-commit>=4.5.1",
20-
"pypdf>=6.4.1",
21-
"pytest>=9.0.2",
22-
"python-dotenv>=1.2.1",
23-
"ruff>=0.14.11",
24-
"ty>=0.0.11",
18+
"ipykernel==7.1.0",
19+
"pre-commit==4.5.1",
20+
"pypdf==6.6.2",
21+
"pytest==9.0.2",
22+
"python-dotenv==1.2.1",
23+
"ruff==0.14.11",
24+
"ty==0.0.11",
2525
]
2626

2727
[tool.uv.sources]

riski-document-pipeline/uv.lock

Lines changed: 37 additions & 34 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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,35 @@ 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",
22-
"httpx>=0.28.1",
18+
"truststore==0.10.4",
19+
"gitpython==3.1.46",
20+
"pyyaml==6.0.3",
21+
"stamina==25.2.0",
22+
"httpx==0.28.1",
2323
"core",
24-
"legacy-cgi>=2.6.4",
25-
"bs4>=0.0.2",
24+
"legacy-cgi==2.6.4",
25+
"bs4==0.0.2",
2626
]
2727

2828
[project.optional-dependencies]
2929
pgvector = [
3030
"asyncpg==0.30.0",
31-
"langchain-postgres>=0.0.15",
31+
"langchain-postgres==0.0.16",
3232
]
3333

3434
[dependency-groups]
3535
dev = [
3636
"ipykernel==7.0.1",
3737
"pre-commit==4.3.0",
3838
"ty==0.0.1a23",
39-
"langchain>=0.3.27",
40-
"langchain-community>=0.3.28",
41-
"langchain-docling>=1.1.0",
42-
"langchain-openai>=0.3.32",
39+
"langchain==1.2.7",
40+
"langchain-community==0.4.1",
41+
"langchain-docling==2.0.0",
42+
"langchain-openai==1.1.7",
4343
"pytest==8.4.2",
4444
"faststream[kafka]==0.6.1",
45-
"ruff>=0.14.11",
46-
"python-dotenv>=1.2.1",
45+
"ruff==0.14.14",
46+
"python-dotenv==1.2.1",
4747
]
4848

4949
[tool.uv.sources]
@@ -60,7 +60,7 @@ explicit = true
6060
pythonpath = ["."]
6161

6262
[build-system]
63-
requires = ["uv_build>=0.9.13,<0.10.0"]
63+
requires = ["uv_build==0.9.28"]
6464
build-backend = "uv_build"
6565

6666

riski-extractor/uv.lock

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

0 commit comments

Comments
 (0)