Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions riski-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ description = "Riski core for shared functionality like data model, db access, e
readme = "README.md"
requires-python = "==3.13.9"
dependencies = [
"sqlalchemy>=2.0.42",
"sqlmodel>=0.0.24",
"psycopg[binary,pool]>=3.2.9",
"pydantic[email]>=2.11.7",
"pydantic-settings>=2.10.1",
"pgvector<0.4",
"langchain-openai>=1.1.7",
"truststore>=0.10.4",
"sqlalchemy==2.0.46",
"sqlmodel==0.0.32",
"psycopg[binary,pool]==3.3.2",
"pydantic[email]==2.12.5",
"pydantic-settings==2.12.0",
"pgvector==0.3.6",
"langchain-openai==1.1.7",
"truststore==0.10.4",
]

[build-system]
requires = ["uv_build>=0.9.13,<0.10.0"]
requires = ["uv_build==0.9.30"]
build-backend = "uv_build"
19 changes: 9 additions & 10 deletions riski-core/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions riski-document-pipeline/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ description = "Add your description here"
readme = "README.md"
requires-python = "==3.13.9"
dependencies = [
"mistralai>=1.9.11",
"truststore>=0.10.4",
"mistralai==1.10.1",
"truststore==0.10.4",
"core",
"pypdf>=6.6.0",
"langchain-postgres>=0.0.16",
"langchain-text-splitters>=1.1.0",
"cryptography>=46.0.4",
"pypdf==6.9.2",
"langchain-postgres==0.0.16",
"langchain-text-splitters==1.1.0",
"cryptography==46.0.5",
]

[dependency-groups]
dev = [
"ipykernel>=7.1.0",
"pre-commit>=4.5.1",
"pypdf>=6.4.1",
"pytest>=9.0.2",
"python-dotenv>=1.2.1",
"ruff>=0.14.11",
"ty>=0.0.11",
"ipykernel==7.1.0",
"pre-commit==4.5.1",
"pypdf==6.9.2",
"pytest==9.0.2",
"python-dotenv==1.2.1",
"ruff==0.14.14",
"ty==0.0.14",
]

[tool.uv.sources]
Expand Down
50 changes: 25 additions & 25 deletions riski-document-pipeline/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions riski-extractor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@ dependencies = [
"tokenizers==0.21.2",
"torch==2.8.0",
"torchvision==0.23.0",
"pytest-asyncio>=1.3.0",
"truststore>=0.10.4",
"gitpython>=3.1.45",
"pyyaml>=6.0.2",
"stamina>=25.1.0",
"httpx>=0.28.1",
"pytest-asyncio==1.3.0",
"truststore==0.10.4",
"gitpython==3.1.46",
"pyyaml==6.0.3",
"stamina==25.2.0",
"httpx==0.28.1",
"core",
"legacy-cgi>=2.6.4",
"bs4>=0.0.2",
"legacy-cgi==2.6.4",
"bs4==0.0.2",
]

[project.optional-dependencies]
pgvector = [
"asyncpg==0.30.0",
"langchain-postgres>=0.0.15",
"langchain-postgres==0.0.16",
]

[dependency-groups]
dev = [
"ipykernel==7.0.1",
"pre-commit==4.3.0",
"ty==0.0.1a23",
"langchain>=0.3.27",
"langchain-community>=0.3.28",
"langchain-docling>=1.1.0",
"langchain-openai>=0.3.32",
"langchain==1.2.7",
"langchain-community==0.4.1",
"langchain-docling==2.0.0",
"langchain-openai==1.1.7",
"pytest==8.4.2",
"faststream[kafka]==0.6.1",
"ruff>=0.14.11",
"python-dotenv>=1.2.1",
"ruff==0.14.14",
"python-dotenv==1.2.1",
]

[tool.uv.sources]
Expand All @@ -61,7 +61,7 @@ explicit = true
pythonpath = ["."]

[build-system]
requires = ["uv_build>=0.9.13,<0.10.0"]
requires = ["uv_build==0.9.30"]
build-backend = "uv_build"


Expand Down
70 changes: 35 additions & 35 deletions riski-extractor/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading