Python Compatibility (3.14) Note

This commit is contained in:
Adam
2025-12-01 13:00:40 -05:00
parent ff6e871644
commit 3e2798f835
8 changed files with 14 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ dependencies = [
"typing-extensions>=4.9.0",
"pydantic>=2.6.3"
]
requires-python = ">=3.12"
requires-python = ">=3.12,<3.14"
readme = "README.md"
license = {text = "AGPL-3.0-or-later"}
keywords = ["computer-vision", "ocr", "ui-analysis", "icon-detection"]