-
This library has all the boilerplate for
* Input validation using pydantic models, including all AWS stuff such as context, SQS/SNS envelopes
* Cloudwatch friendly logging setup
* Tracing https:/…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
@cla-bit, thanks for the good, i just want to know what are your plan for the project? as i am currently working on something where i will need to integrate some African Payment platform, i cant reall…
-
### Determine this is the right repository
- [X] I determined this is the correct repository in which to report this bug.
### Summary of the issue
## Related to type the API properly
![image…
-
# System
Python 3.11.0 / macOS Ventura 13.1
```
asgiref 3.6.0 ASGI specs, helper code, and adapters
async-timeout 4.0.2 Timeout context manager for asyncio programs
black …
dvf updated
11 months ago
-
I'm wondering when would the first stable version arrive.
-
When I try running cast_control, I get the error below. I tried installing through pip (0.11.8
.post0) and from github (0.11.9), but both times I get the same error.
```
Traceback (most recent ca…
-
# Checklist
- [x] I have verified that the issue exists against the `master` branch of Celery.
- [x] This has already been asked to the [discussions forum](https://github.com/celery/celery/discu…
-
Hi!
I really like the idea behind this library and think it could complement `black`, `isort` (and `ruff`) really well : )
Unfortunately, I can't use it on any Django projects because the enforc…
-
**Describe the bug**
In case you want to create routers dynamically like the following (when you have a lot of similar resources for example):
```python
api = NinjaAPI()
api.add_router("/users…