-
I have a pretty specific library that is file extension oriented. In `sqlalchemy-file` it is not possible to specify a custom file name. However, the `sqlalchemy_file.file.File.store_content` function…
-
Using type hints that is only pulled in via `if TYPE_CHECKING` constructs will fail serialization, even if the field is excluded.
```python
from typing import TYPE_CHECKING, Optional
import deser…
-
### Dagster version
1.5.7
### What's the issue?
For a `ConfigurableResource`, It's impossible to set a value to an `Optional` field in some cases.
This works:
```python
from typing im…
-
- python: 3.11
- fastapi==0.110.0
- mongodb-odm==1.0.0
- pydantic==2.6.4
- pydantic_core==2.16.3
- pymongo==4.6.2
- uvicorn==0.28.0
-----
Hey,
it seems your Document class kills the abi…
-
Is it possible to validate that `ResponseModel` is what's returned? Hoping I've missed something obvious in the docs: I see `query`, `body`, and `form`, along with the ability to generate `response_ma…
-
```
It should be possible to play chess with PyChess using no mouse.
Keys like TAB, space, enter and arrowkeys should be fine.
Optionally typing moves, while board has focus, could also work.
```
Or…
-
One of my devs got an error today about an attribute property not existing on a validator object.
The error came from this line:
https://github.com/open-wc/form-participation/blob/main/packages/fo…
-
```
It should be possible to play chess with PyChess using no mouse.
Keys like TAB, space, enter and arrowkeys should be fine.
Optionally typing moves, while board has focus, could also work.
```
Or…
-
Most of the CDK type signatures use `List` instead of `Sequence`. `List` is invariant http://mypy.readthedocs.io/en/latest/common_issues.html#variance
So this means we can't do something simple lik…
-
I would like to have the page number as well as the offset returned in the response.
Currently I can either choose Page or LimitOffsetPage but not both.
dhait updated
3 weeks ago