-
-
Notifications
You must be signed in to change notification settings - Fork 191
Fix handling pydantic models with invalid data #427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix handling pydantic models with invalid data #427
Conversation
|
can we merge this ? @mjpieters @long2ice |
| typing-extensions = { version = ">=4.1.0" } | ||
| importlib-metadata = {version = "^6.6.0", python = "<3.8"} | ||
| pydantic = "^2.0" | ||
| types-redis = "^4.6.0.20240311" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This maybe add in dev dependency
| @@ -0,0 +1 @@ | |||
| 3.11.2 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add this file?
| @@ -0,0 +1 @@ | |||
| python 3.11.2 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add this file?
| [](https://github.com/long2ice/fastapi-cache/blob/main/LICENSE) | ||
| [](https://github.com/long2ice/fastapi-cache/actions/workflows/ci-cd.yml) | ||
|
|
||
| ## What's changed in our fork? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This project is not a fork.
No description provided.