ets-labs / python-dependency-injector

Dependency injection framework for Python
https://python-dependency-injector.ets-labs.org/
BSD 3-Clause "New" or "Revised" License
3.69k stars 295 forks source link

Error using toml, dependency -injector with fastapi and python3.12 #787

Open 1988gadocansey opened 4 months ago

1988gadocansey commented 4 months ago

Note: This error originates from the build backend, and is likely not a problem with poetry but with dependency-injector (4.41.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "dependency-injector (==4.41.0)"'.

using toml, dependency -injector fastapi and python3.12

dop3file commented 4 months ago

change python version to 3.11