-
**Describe the bug**
A clear and concise description of what the bug is.
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest v…
-
**mashumaro version**: 3.13.1
**Python version**: 3.12.4
**Operating System**: macOS Sonoma 14.3
### Description
I'm a maintainer of Flyte, and I encountered an issue while using `mashumar…
-
`DslBase.__init__()` typing does not accept dict unpacking, hence all `Query` subclasses.
https://github.com/elastic/elasticsearch-dsl-py/blob/318ea9a9e4b792325556671e1537df9032ee4e65/elasticsearch_d…
-
**Describe the bug**
It should forbid `extra_fields` by default. PyDantic_v2 itself ignores `extra_fields` per default. So I expect `datamodel-code-gen` to explicitly set `allow_extra_fields=False` u…
-
Hi,
According to https://docs.pydantic.dev/latest/migration/#required-optional-and-nullable-fields
we should be able to specify the class:
```
class MyModel(SparkBase):
someProperty: O…
-
Hi
would it be possible to use a more backward compatible syntax for typing, rather than piping-ing it?
e.g. `Optional[str]` rather than `str | None` or `Union[int, str]` rather than `int | s…
kalfa updated
1 month ago
-
### 🐛 Describe the bug
```python
import torch
from typing import Optional, List
def f(q: torch.Tensor, k: torch.Tensor, v: torch.Tensor, cu_seqlens_q: torch.Tensor, cu_seqlens_k: torch.Tensor, m…
-
### Dagster version
1.8.4
### What's the issue?
Assets with `output_required=False` throw the following error when returning None.
```
dagster._core.errors.DagsterInvariantViolationError: Unexp…
-
**Describe the bug**
When generating models via `datamodel-codegen` against valid jsonschema created from Pydantic models that rely on postponed annotations and `Annotated[Union[]]`s, the output pyda…
-
Dear authors/developers,
I am unable to execute PhageBoost after installation via conda + pip. Here are the command I issued:
```
$ conda env remove -n phageboost
$ conda create -y -n phageboost…