Skip to content

Commit 0513157

Browse files
fix(deps): pin dependencies
1 parent 441414e commit 0513157

File tree

8 files changed

+2424
-3586
lines changed

8 files changed

+2424
-3586
lines changed

riski-core/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ 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]
19-
requires = ["uv_build>=0.9.13,<0.10.0"]
19+
requires = ["uv_build==0.9.30"]
2020
build-backend = "uv_build"

riski-core/uv.lock

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

riski-document-pipeline/pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ 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.1",
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",
14-
"cryptography>=46.0.4",
11+
"pypdf==6.6.2",
12+
"langchain-postgres==0.0.16",
13+
"langchain-text-splitters==1.1.0",
14+
"cryptography==46.0.5",
1515
]
1616

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

2828
[tool.uv.sources]

riski-document-pipeline/uv.lock

Lines changed: 24 additions & 24 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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,36 @@ dependencies = [
1515
"tokenizers==0.21.2",
1616
"torch==2.8.0",
1717
"torchvision==0.23.0",
18-
"pytest-asyncio>=1.3.0",
19-
"truststore>=0.10.4",
20-
"gitpython>=3.1.45",
21-
"pyyaml>=6.0.2",
22-
"stamina>=25.1.0",
23-
"httpx>=0.28.1",
18+
"pytest-asyncio==1.3.0",
19+
"truststore==0.10.4",
20+
"gitpython==3.1.46",
21+
"pyyaml==6.0.3",
22+
"stamina==25.2.0",
23+
"httpx==0.28.1",
2424
"core",
25-
"legacy-cgi>=2.6.4",
26-
"bs4>=0.0.2",
25+
"legacy-cgi==2.6.4",
26+
"bs4==0.0.2",
2727
]
2828

2929
[project.optional-dependencies]
3030
pgvector = [
3131
"asyncpg==0.30.0",
32-
"langchain-postgres>=0.0.15",
32+
"langchain-postgres==0.0.16",
3333
]
3434

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

5050
[tool.uv.sources]
@@ -61,7 +61,7 @@ explicit = true
6161
pythonpath = ["."]
6262

6363
[build-system]
64-
requires = ["uv_build>=0.9.13,<0.10.0"]
64+
requires = ["uv_build==0.9.30"]
6565
build-backend = "uv_build"
6666

6767

riski-extractor/uv.lock

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

0 commit comments

Comments
 (0)