-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
Hi,
I installed songbird standalone using conda and the test-data set ran with no issues, but I'm not able to open tensor board:
-----------------------------------------------------------------…
-
I cannot pass a TypedDict to the parameter `_dict` and if one of my properties is a TypedDict, it'll be saved as `"TypedDict()"`
In fact, any class that implements `keys()` or `items()` should prob…
-
If you specify a field with TypedDict total=False, any keys you don't explicitly specify are not loaded into the dataclass, such that they are "missing" when dumping the data back out. There should be…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
mypy was [recently upgraded to 1.12.0](https://github.com/openedx/edx-platform/pull/35651), and CI ran on that upgrade PR without issue.
Once that PR was merged in with the changes from [this colle…
-
Why:
* This kind of TypedDict was introduced in the era of Python 3.7, which is [no longer supported by trycast](https://github.com/davidfstr/trycast/issues/21).
* It is reasonable (in @davidfst…
-
error when running python src/main.py command...
I have no idea what I did wrong
AttributeError: module 'typing' has no attribute 'TypedDict'
-
# Bug report
## What's wrong
First, let's establish that annotation chaining with non-custom querysets methods works:
```py
queryset = HostingAdvert.objects.annotate(is_cool=Value(True)).ann…
-
Follow-Up: #118
Detected-In: #82
---
`TypedDict` will be similar to `pydantic.BaseModel` so it will be nice to figure out how to deal with `TypedDict` first prior to handling `pydantic.BaseMod…