-
- [x] Set up models with xsdata:
```console
python -m pip install xsdata[cli,lxml]
```
```console
xsdata https://www.openarchives.org/OAI/2.0/OAI-PMH.xsd --package=models --include-header --…
-
Hi, I'm wondering if there can be support for type checking dataclasses? Currently, when I put `@typeguard.typechecked` on top of a dataclass definition, no checking happens (unless I'm mistaken).
…
-
**optimum-neuron version: 0.0.10**
aws-neuronx-runtime-discovery 2.9
libneuronxla 0.5.391
neuronx-cc 2.8.0.25+a3ad0f342
neuronx-hwm 2.8.0.3+…
-
It seems that something broke since version 0.2.35 for static type checkers like pyright (and pylance) when using dataclasses.
### Minimal example
```python
from dataclasses import dataclass
fro…
-
**Describe the bug**
Code generated for schema with an **attribute** that is a type **designator** is wrong. The generator seems to fail to identify the type designator and is adding a prefix `unkn…
-
## What is the current behavior?
`PrerecordedResponse.from_json(result)` ([link to code](https://github.com/deepgram/deepgram-python-sdk/blob/7df7b270a530c00fac4ebd77e9581ddafebe2d9f/deepgram/clients…
-
[Pydantic 2.10 fixed a "bug" that dataclasses propagated ConfigDicts from classes that held them.](https://github.com/pydantic/pydantic/issues/10917) This behaviour was used when we had plans that use…
-
In some projects, I use [pydantic.dataclasses](https://docs.pydantic.dev/latest/concepts/dataclasses/) to add validation to dataclass models.
This is useful on project that requires dataclasses but s…
-
### Bug description
If I want to alias/wrap a field for a dataclass, then pylint thinks that the members of the dataclass at that point are actually `Field` objects (at least when checking for `no-…
-
I installed manim by `conda install -c conda-forge manim`.
Imported manim and ran some examples on jupyter notebook successful last day, until raised dvisvgm not found.
Then I installed and updated …