Skip to content

Commit 37c0d4b

Browse files
committed
feat: update version and description for admin-api-lib and extractor-api-lib; adjust fasttext dependency
1 parent ecf5ade commit 37c0d4b

5 files changed

Lines changed: 34 additions & 20 deletions

File tree

libs/admin-api-lib/poetry.lock

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

libs/admin-api-lib/pyproject.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "admin-api-lib"
7-
version = "1.0.1"
7+
version = "v3.2.0"
88
description = "The admin backend is responsible for the document management. This includes deletion, upload and returning the source document."
9-
authors = ["STACKIT Data and AI Consulting <data-ai-consulting@stackit.cloud>"]
9+
authors = [
10+
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",
11+
]
12+
maintainers = [
13+
"Andreas Klos <andreas.klos@stackit.cloud>",
14+
]
1015
packages = [{ include = "admin_api_lib", from = "src" }]
16+
readme = "README.md"
17+
license = "Apache-2.0"
18+
repository = "https://github.com/stackitcloud/rag-template"
19+
homepage = "https://pypi.org/project/admin-api-lib"
1120

1221
[tool.flake8]
1322
exclude= [".eggs", "./libs/*", "./src/admin_api_lib/models/*", "./src/admin_api_lib/rag_backend_client/*", "./src/admin_api_lib/extractor_api_client/*", ".git", ".hg", ".mypy_cache", ".tox", ".venv", ".devcontainer", "venv", "_build", "buck-out", "build", "dist", "**/__init__.py"]

libs/extractor-api-lib/poetry.lock

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

libs/extractor-api-lib/pyproject.toml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "extractor_api_lib"
7-
version = "1.0.1"
7+
version = "v3.2.0"
88
description = "Extracts the content of documents, websites, etc and maps it to a common format."
9-
authors = ["STACKIT Data and AI Consulting <data-ai-consulting@stackit.cloud>"]
9+
authors = [
10+
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",
11+
]
12+
maintainers = [
13+
"Andreas Klos <andreas.klos@stackit.cloud>",
14+
]
1015
packages = [{ include = "extractor_api_lib", from = "src" }]
16+
readme = "README.md"
17+
license = "Apache-2.0"
18+
repository = "https://github.com/stackitcloud/rag-template"
19+
homepage = "https://pypi.org/project/extractor-api-lib"
1120

1221
[[tool.poetry.source]]
1322
name = "pytorch_cpu"
@@ -70,7 +79,7 @@ max-line-length = 120
7079
python = "^3.13"
7180
wheel = "^0.45.1"
7281
botocore = "^1.38.10"
73-
fasttext = {git = "https://github.com/cfculhane/fastText", rev = "4a4451337ae6b476b9c584b97776c8c3eb4b27c5"}
82+
fasttext = "^0.9.3"
7483
pytesseract = "^0.3.10"
7584
fastapi = "^0.118.0"
7685
uvicorn = "^0.37.0"
@@ -136,7 +145,7 @@ black = "^25.1.0"
136145
httpx = "^0.28.1"
137146

138147
[tool.pytest.ini_options]
139-
log_cli = 1
148+
log_cli = true
140149
log_cli_level = "DEBUG"
141150
pythonpath = "src"
142151
testpaths = "src/tests"

libs/rag-core-api/poetry.lock

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

0 commit comments

Comments
 (0)