Skip to content

Commit 5be9189

Browse files
committed
Version 5.1.0
1 parent 0b3d2a0 commit 5be9189

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
python-inject changes
22
=====================
33

4-
### 5.0.1 (2023-10-16)
4+
### 5.1.0 (2023-10-17)
55
- Optionally allow overriding dependencies.
6+
- Unified configure syntax with clear and once flags.
67

78
### 5.0.0 (2023-06-10)
89
- Support for PEP0604 for Python>=3.10.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# python-inject [![Build Status](https://travis-ci.org/ivankorobkov/python-inject.svg?branch=master)](https://travis-ci.org/ivankorobkov/python-inject)
2-
Dependency injection the python way, the good way. Not a port of Guice or Spring.
2+
Dependency injection the python way, the good way.
33

44
## Key features
55
* Fast.
@@ -8,9 +8,9 @@ Dependency injection the python way, the good way. Not a port of Guice or Spring
88
* Does not steal class constructors.
99
* Does not try to manage your application object graph.
1010
* Transparently integrates into tests.
11-
* Supports Python 3.5+ (`v4.*`) and Python 2.7–3.5 (`v3.*`).
12-
* Supports type hinting in Python 3.5+.
1311
* Autoparams leveraging type annotations.
12+
* Supports type hinting in Python 3.5+.
13+
* Supports Python 3.9+ (`v5.*`), 3.5-3.8 (`v4.*`) and Python 2.7–3.5 (`v3.*`).
1414

1515
## Python Support
1616

0 commit comments

Comments
 (0)