diff --git a/pyproject.toml b/pyproject.toml index eab4c937..2965d3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,9 @@ e2e = "bats tests/end-to-end/test.bats" python = "^3.9" typer = {version = ">=0.6.1,<0.10.0", extras = ["all"]} pygments = "^2.13.0" -dependency-injector = {version = "^4.40.0", extras = ["yaml"]} +# dependency-injector has an open PR for adding python 3.12 support, so we'll just use that branch until it gets merged +# dependency-injector = {version = "^4.40.0", extras = ["yaml"]} +dependency-injector = { git = https://github.com/ets-labs/python-dependency-injector.git", branch = "feature/python-3.12" , extras = ["yaml"]} pydantic = "^1.10.2" jinja2 = "^3.1.2" pathspec = ">=0.10.1,<0.12.0"