Anydi

Latest version: v0.39.3

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 16

0.37.4

What's Changed
* Migrate to uv by antonrh in https://github.com/antonrh/anydi/pull/149


**Full Changelog**: https://github.com/antonrh/anydi/compare/0.37.3...0.37.4

0.37.3

What's Changed
* Add configurable default scope by antonrh in https://github.com/antonrh/anydi/pull/148


**Full Changelog**: https://github.com/antonrh/anydi/compare/0.37.2...0.37.3

0.37.2

What's Changed
* Do not patch instance defaults while testing by antonrh in https://github.com/antonrh/anydi/pull/147


**Full Changelog**: https://github.com/antonrh/anydi/compare/0.37.1...0.37.2

0.37.1

What's Changed
* Better test proxy with wrapt by antonrh in https://github.com/antonrh/anydi/pull/146


**Full Changelog**: https://github.com/antonrh/anydi/compare/0.37.0...0.37.1

0.37.0

Breaking Changes
* Using `.override` context manager is allowed within `testing` mode.

python
container = Container()

with container.override(...) will raise a `RuntimeError`


with `testing` mode:

python
container = Container(testing=True)

with container.override(...) OK


**Full Changelog**: https://github.com/antonrh/anydi/compare/0.36.0...0.37.0

0.36.0

What's Changed
* Do not set the context instance if it is created within an override by antonrh in https://github.com/antonrh/anydi/pull/142
* Fix pytest async inject fixture warning by antonrh in https://github.com/antonrh/anydi/pull/143


**Full Changelog**: https://github.com/antonrh/anydi/compare/0.35.0...0.36.0

Page 2 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.