python-dependency-injector icon indicating copy to clipboard operation
python-dependency-injector copied to clipboard

Dependency injection framework for Python

Results 239 python-dependency-injector issues
Sort by recently updated
recently updated
newest added
trafficstars

and very slow perfomance

enhancement

Hello, I use dependency injector as a bases for my projects in python for some time now and meet an unexpected issue recently. I am currently building a data analysis...

PonyOrm is a nice ORM implementation. Unfortunately, I haven't figure it out how to make it work with your DI. There are examples with the most important frameworks: https://docs.ponyorm.org/integration_with_flask.html I'm...

dependecy-injector version: "^4.40.0" FastAPI version: "^0.79.1" Hello, following the example for FastAPI, mypy complains with the error on the title when I do `app.container = container`. The only way I...

File "src/dependency_injector/providers.pyx", line 4920, in dependency_injector.providers.deepcopy File "/usr/lib/python3.11/copy.py", line 146, in deepcopy y = copier(x, memo) ^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/copy.py", line 211, in _deepcopy_tuple y = [deepcopy(a, memo) for a in...

**python version** : 3.10.14 **OS: macOS** : 14.4.1 **dependency-injector**: 4.41.0 i want to install this library on my machine but i am getting this error ```bash (venv) ➜ microservices git:(main)...

As title says. Major incompatibility with v0.29 was new mandatory dunder mangling, so solution was simply to rename them. Otherwise migration was pretty much straightforward. Notes: * Cython 3 no...

enhancement

### 1. Add Python 3.12 support (beta) Status: done ✅ Description: - Dependency Injector is based on Cython version 0.29. Unit test coverage has never worked on Python 3.12 with...

announcement

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0b1 to 3.10.2. Release notes Sourced from aiohttp's releases. 3.10.2 Bug fixes Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...

dependencies