Skip to content

issues Search Results · repo:ets-labs/python-dependency-injector language:Python

Filter by

626 results
 (97 ms)

626 results

inets-labs/python-dependency-injector (press backspace or delete to remove)

I really like this project. I always put this on the top of dependency list for Python project. The coverage of this lib: all Python Object, flexible use case and customizable are fascinating. But there ...
  • rumbarum
  • 4
  • Opened 
    13 days ago
  • #924

Environment: os : mac 14.5 python: 3.12.11 PDI == Latest FastAPI == 0.116.1 PyCharm ==25.2 (pro) Situation: I have injected a dependency on fastapi router using Depends(Provide[Container.dependency]) ...
  • rumbarum
  • 4
  • Opened 
    26 days ago
  • #923

Hello, one of our software uses dependency injector library in its core. I have noticed an unexpected side effect on Win11. The script that uses dependency injector is in a zip file. After executing the ...
  • minutiaes
  • 1
  • Opened 
    on Aug 21
  • #922

Hi there, I have the Common container and there is a config. I create New container by copying of the Common container. How can I get access to the config from the Common container? Here is en example: ...
  • Totorokrut
  • 1
  • Opened 
    on Aug 15
  • #921

Running version 4.43.0 No combination of calling the provider, or calling init_resources before or after calling the provider calls the __enter__ method. shutdown_resources doesn t work either: In [22]: ...
  • Lacrymology
  • 3
  • Opened 
    on Aug 14
  • #920

Hi. I am struggling to use the library on python3.12 in a RHEL8 environment (Red Hat Linux). dependency-injector version is 4.48.1. The code to reproduce is: from dependency_injector import providers, ...
  • skarndev
  • 4
  • Opened 
    on Aug 13
  • #919

Description: There is a sentence in the documentation that could use both a grammatical correction and a clearer explanation: Singleton provider scope is tied to the container. Two different containers ...
  • okotdaniel
  • Opened 
    on Aug 12
  • #917

Description There s a small grammatical error in the sentence: The declarative container can not have any methods or any other attributes then providers. Problem can not should be written as cannot ...
  • okotdaniel
  • 2
  • Opened 
    on Aug 8
  • #915

I have this code: class SharedContainer(containers.DeclaredContainer): config = providers.Configuration() stats = providers.Factory(Stats) class APIContainer(SharedContainer): first_api_client ...
question
  • emmanuel-pastor-momox
  • 3
  • Opened 
    on Aug 8
  • #914

Hi, I basically picked up this library today and while trying ot set up a working example I ran into this: Basically if I try to run a entry point registered in the project.scripts table of the pyproject.toml ...
question
  • santiago-henao-12
  • 1
  • Opened 
    on Aug 4
  • #913
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub