-
### Describe the bug
Mentioned in the [discussion](https://github.com/flyteorg/flytekit/pull/2823#issuecomment-2430523586) under flyteorg/flytekit#2823. When handling Union types in `_make_dataset_se…
-
Hello.
I'm using `diagrams` in a Jupyter notebook to create software documentation (UML, Cloud Architecture and stuff like that) following the [guide](https://diagrams.mingrammer.com/docs/guides/di…
-
If I got it right, `Union[X, Y]` should be equivalent to `X | Y` . But I get inconsistent results for `get_origin`:
```
import typing
from types import UnionType
import typing_inspect
optio…
-
**Bug Report**
See Code and Explanation below
**To Reproduce**
```python
from typing import TypedDict, Optional
class DictA(TypedDict):
my_value: str
class DictB(TypedDict…
-
subprocess_capture runs a command to completion synchronously. At times, however, we may need to spawn a server in order to communicate with it.
-
The function `initDataset()` doesn't return typed values. this makes it burdensome to use within projects.
you should be able to pass the type of your dataset, probably conforming to some base int…
-
编辑
```python
/root/miniconda3/envs/omni/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py
import os
from pathlib import Path
from typing import Dict, List, Literal, Option…
-
**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…
-
It happens when I bombards the server with many requests.
The errors are either RuntimeError, e.g., `RuntimeError: Could not convert data into a valid instance of typing.Optional[typing.List[openai.t…
-
**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…