Skip to content

Commit 59074c6

Browse files
committed
docs: 📚 Add note about poetry compatibility
1 parent 8e78c9d commit 59074c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Note that validation cannot happen during model creation, so you have to call `a
77
yourself. This is due to the fact that `__init__()` will always be a sync method and you cannot sanely call async
88
methods from sync methods.
99

10+
**Note:** `pydantic-async-validation` is compatible with `pydantic` versions `2.x` only. It supports
11+
Python `3.8`, `3.9`, `3.10` and `3.11`. This is also ensured running all tests on all those versions
12+
using `tox`.
13+
1014
## Example usage
1115

1216
```python

0 commit comments

Comments
 (0)