GPla
GPla
- [x ] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [ x] I've searched the [issues](https://github.com/djlint/djLint/issues) - [ x] I've read the [docs](https://djlint.com) ## System Info - OS: Windows...
- [ x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [ x] I've searched the [issues](https://github.com/djlint/djLint/issues) - [ x] I've read the [docs](https://djlint.com) ## System Info - OS: Windows...
Hi there, With this pull request, I added support for `pydantic>2` by utilizing the `pydantic.v1` import (as mentioned in #56). Thereby, any version of pydantic >1.5 will work with this...
**Describe the bug** A server method decorated with `@uamethod` does not convert to the dtypes specified when registering the method at the server. Integers are always converted to `Int64` and...
This is an issue which is related to #2616. When trying to add an array of objects, the objects will be represented as `[object Object]`. What do I want to...