Skip to content

Commit

Permalink
Version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankorobkov committed Oct 18, 2023
1 parent 0b3d2a0 commit 5be9189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
python-inject changes
=====================

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

### 5.0.0 (2023-06-10)
- Support for PEP0604 for Python>=3.10.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# python-inject [![Build Status](https://travis-ci.org/ivankorobkov/python-inject.svg?branch=master)](https://travis-ci.org/ivankorobkov/python-inject)
Dependency injection the python way, the good way. Not a port of Guice or Spring.
Dependency injection the python way, the good way.

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

## Python Support

Expand Down

0 comments on commit 5be9189

Please sign in to comment.