Skip to content

Commit aaacbd8

Browse files
committed
chore(pyproject): set typetreegeneratorapi min version to 0.0.7
1 parent 3c3e628 commit aaacbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ UnityPy = "UnityPy.cli:main"
5959

6060
[project.optional-dependencies]
6161
# optional dependencies must be lowercase/normalized
62-
ttgen = ["typetreegeneratorapi>=0.0.5"]
62+
ttgen = ["typetreegeneratorapi>=0.0.7"]
6363
full = ["unitypy[ttgen]"]
6464
tests = ["pytest", "pillow", "psutil", "unitypy[full]"]
6565
dev = ["ruff", "unitypy[tests]"]

0 commit comments

Comments
 (0)