-
I believe the following should be a passing test suite for multiple inheritance and ReadOnly:
```python
from typing_extensions import TypedDict, Required, NotRequired, ReadOnly
class A(TypedDic…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
We're using a simple query engine to answer questions based off two documents. Since the…
-
## HTML Example
````
```html
Example HTML5 Document
Test
```
````
## Python Example
````
```python
from typing import Optional
from fastapi imp…
-
**Task:** Add Python 3 typing annotations to TFDS repository. Now that Python 2 support is officially dropped, we can add better typing to TFDS.
**Impact:** Everyone using TFDS with a static type c…
-
### Description
Now wandb has tightened its storage policy, we found it's very space-inefficient to store all versions of artifacts. For example, to save space, if I am to store model weights I may o…
-
# Bug
Following the odmantic 1.0.0 examples and trying to upgrade odmantic/pydantic to V2 , I can find several issues in mypy.
Errors explained as comments below.
### Current Behavior
```
…
-
### Motivation
Optuna drops Python 3.6 from v3.1, so we can use `__future__.annotations`, which simplifies the code base. See [PEP 563](https://peps.python.org/pep-0563/), [PEP584](https://peps.pyt…
-
I recommend we have a series of input boxes that add an extra one as you type, so the user doesn't have to worry about typing AND and OR etc.
Also if we can have a name -> twitter account optional su…
-
I recently pulled in the new release of the library into my project and had some difficulty with API changes to the [`privatesuffix()`](https://github.com/ko-zu/psl/blob/c35b56338aa20014fa5f470b896fec…
-
### Bug summary
I'm trying to launch a task using the delay() from a flow.
When starting the task, the context to the tasks includes the flow which is not serializable object (by either pickle or …