generated from brenozd/python-template
fix: making python 3.13 to silence warnings
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user