Skip to content

Commit 2249e4b

Browse files
app-docuai: Update strata-template-documentai-api to version 0.1.0.post1.dev0+dcdfd1a
1 parent beaad3d commit 2249e4b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: a8170b5
2+
_commit: v0.1.0-1-gdcdfd1a
33
_src_path: https://github.com/navapbc/strata-template-documentai-api
44
app_local_port: 3500
55
app_name: app-docuai

app-docuai/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies = [
1212
"uvicorn>=0.24.0",
1313
"python-magic>=0.4.27",
1414
"pypdf>=3.17.4",
15-
"opencv-python-headless==4.9.0.80",
15+
"opencv-python-headless==4.13.0.92",
1616
"numpy==1.26.4",
1717
"pdf2image>=1.16.0",
1818
"typer>=0.16.0",
19-
"click>=8.1,<8.3",
19+
"click>=8.4,<8.5",
2020
"tenacity>=8.2.0",
2121
"pydantic-settings>=2.0.3",
2222
]
@@ -122,5 +122,5 @@ markers = [
122122
]
123123

124124
[build-system]
125-
requires = ["uv_build>=0.9.28,<0.10.0"]
125+
requires = ["uv_build>=0.11.22,<0.12.0"]
126126
build-backend = "uv_build"

0 commit comments

Comments
 (0)