You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add the possibility to specify the ActivationScope class when instantiating
the Container or the Services object. This class will be used when
creating scopes. For the issue #55.
Add an experimental class, TrackingActivationScope to support nested
scopes transparently, using contextvars.ContextVar. For more context, see
the tests test_nested_scope_1, test_nested_scope_2, test_nested_scope_async_1. For the issue #55.
Raise a TypeError if trying to obtain a service from a disposed scope.
Remove Python 3.8 from the build matrix, add Python 3.13.
Handle setuptools warning: SetuptoolsDeprecationWarning: License classifiers are deprecated.