Skip to content

Tags: adriangb/di

Tags

0.79.2

Toggle 0.79.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs/update pypi classifiers (#116)

* pyproject: add programming language classifiers

* version: bump 0.79.2 version

0.79.1

Toggle 0.79.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/docs build (#114)

0.79.0

Toggle 0.79.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/add python3.12 drop python3.7 (#112)

0.78.0

Toggle 0.78.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/bind by type handling generic (#110)

0.77.0

Toggle 0.77.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/callable class generator not handled (#108)

* fix: handle callable class instance generators

* refactor: rewrite is coro check function to have the same style with other check functions

* test: add tests for class callable generators to test task

* docs: update path in docstring

* refactor: remove unused code in tests

* test: add tests for class callable generators to test execute

* version: bump to new 0.77.0 version

* refactor: remove obsolete sync param in test concurrency async case

---------

Co-authored-by: Adrian Garcia Badaracco <[email protected]>

0.76.0

Toggle 0.76.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/pep 563 class init annotations parsing (#107)

* fix: handle class init

* refactor: improve readability

* test: cover annotations parsing in class init

* version: bump to new 0.76.0 version

* docs: refer to optional annotated cpython issue #90353

---------

Co-authored-by: Adrian Garcia Badaracco <[email protected]>

0.75.4

Toggle 0.75.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Doc/fix typos (#103)

Co-authored-by: Adrian Garcia Badaracco <[email protected]>

0.75.3

Toggle 0.75.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix old imports in example (#97)

0.75.2

Toggle 0.75.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: remove the unused `_state` slot from the `Container` (#94)

0.75.0

Toggle 0.75.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor di._utils.task into di._task (#92)

Try to minimize indirections and abstractions