Skip to content

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

Filter by

615 results
 (101 ms)

615 results

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

Hi, As a new user of dependency_injector (which seems great so far!), I m relying a lot on the documentation website, but its certificate has expired. Will this be fixed soon ? Thank you
bug
docs
  • rmpIGN
  • 3
  • Opened 
    yesterday
  • #911

https://github.com/ets-labs/python-dependency-injector/blob/master/src/dependency_injector/containers.pyi#L59 Having Container: def __getattr__(self, name: str) - Provider: ... in stubs silences ...
bug
  • jakub-borusewicz
  • 1
  • Opened 
    6 days ago
  • #910

When using a method with an inject decorator, and we inject a resource that is wrapped up with the Closing marker, if that method throws an exception then I would expect the except in the resource to catch ...
  • NathanOMS
  • 2
  • Opened 
    12 days ago
  • #909

For Dependency Injector versions 4.48.0 and above, the app variable is initialized as an instance of _asyncio.Task: from faststream import FastStream from faststream.rabbit import RabbitBroker from dependency_injector ...
question
  • a-guzhin
  • 1
  • Opened 
    13 days ago
  • #908

Hi! I would like to manage a scope-managed resource with a possible fastapi request. If I write something like: class MyService: def __init__(self, session: Callable[[], Awaitable[int]]) - None: ...
  • XKTZ
  • Opened 
    17 days ago
  • #907

dependency-injector==4.45.0 The same symptoms like for https://github.com/ets-labs/python-dependency-injector/issues/729 except that it does not work only in one place. ... File src/dependency_injector/_cwiring.pyx ...
  • UncleGoogle
  • Opened 
    28 days ago
  • #906

When running this library in a Python 3.13 project, I get the following warning: \ frozen importlib._bootstrap :488: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module dependency_injector.containers ...
  • loligans
  • 1
  • Opened 
    28 days ago
  • #905

Description Problem Our FastAPI application with python-dependency-injector is experiencing high CPU usage (100%+) and poor performance under load. Example Implementation class Container(containers.DeclarativeContainer): ...
  • Fred7b
  • 3
  • Opened 
    on Jun 19
  • #904

Hello. We have a pretty big application, mostly based on an archictecture of units of work we call services . The app has many layers, and therefore we have many levels of containers, in the shape of app.section.subsection.service ...
  • Lacrymology
  • 4
  • Opened 
    on Jun 9
  • #903

In 4.47, it seems like typing_extensions became a required dependency: https://github.com/ets-labs/python-dependency-injector/blob/master/src/dependency_injector/wiring.py#L27. If this is a wanted change, ...
  • Yamakaky
  • 3
  • Opened 
    on Jun 5
  • #902
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! 
Restrict your search to the title by using the in:title qualifier.
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub