Skip to content

Commit

Permalink
Temporarily use a non-release branch of dependency-injector
Browse files Browse the repository at this point in the history
To get python 3.12 support
  • Loading branch information
tdurk93 committed Jan 12, 2024
1 parent 4c7788c commit 5205ae0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5205ae0

Please sign in to comment.