fix: making python 3.13 to silence warnings

This commit is contained in:
2025-12-01 11:07:29 -03:00
parent 6640057428
commit 4f097dec4c
3 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ packages = ["src/docai"]
skip-excluded-dirs = true
[tool.hatch.envs.dev]
python = "3.14"
python = "3.13"
dependencies = [
"coverage[toml]",
"pytest",

View File

@@ -1,6 +1,8 @@
rich>=14.2
typer>=0.20.0
langchain>=1.1
langchain-openai>=1.1
xdg-base-dirs>=6.0.2
in_place>=1.0.1
tree-sitter>=0.25.2
tree_sitter_python>=0.25.0

View File

@@ -1,6 +1,6 @@
[tool.ruff]
line-length = 120
target-version = "py314"
target-version = "py313"
select = [
"ALL", # include all the rules, including new ones