Skip to content

Commit

Permalink
docs: πŸ“š Add note about poetry compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Aug 1, 2023
1 parent 8e78c9d commit 59074c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Note that validation cannot happen during model creation, so you have to call `a
yourself. This is due to the fact that `__init__()` will always be a sync method and you cannot sanely call async
methods from sync methods.

**Note:** `pydantic-async-validation` is compatible with `pydantic` versions `2.x` only. It supports
Python `3.8`, `3.9`, `3.10` and `3.11`. This is also ensured running all tests on all those versions
using `tox`.

## Example usage

```python
Expand Down

0 comments on commit 59074c6

Please sign in to comment.