dry-python / dry-python/returns
Find out how pydantic validates function calls without calling them
Open
bug
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 155
- Avg merge
- 2h 27m
- Merged PRs (30d)
- 22
Description
We need to chec how `pydantic` validates function arguments without calling the function itself: https://pydantic-docs.helpmanual.io/usage/validation_decorator/#validate-without-calling-the-function
We need this because our `@curry` implementation relies on this logic. And right now it is very slow.
Contributor guide
Assessment
This issue has not been assessed yet.