-
Several `TypedDict`s in `ops/pebble.py` represent values returned from Pebble. Generally pebble will simply omit an optional field if it is not set (but we need to confirm this for each one). Due to l…
-
It would be great if I could use TypedDict ([PEP 589](https://www.python.org/dev/peps/pep-0589/)) equivalent for my type definition of Box.
I'm very new to python, so perhaps there is already a way…
-
### Describe the bug
Sphinx automodule fails when a TypedDict contains a hyped key
### How to Reproduce
Try to use automodule on this file:
```python
from typing import TypedDict
TestDict = …
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integ…
-
### Increasing Access
This will increase the number of legacy links that work with the new site.
### Most appropriate sub-area of p5.js?
Reference
### Feature request details
Currently,…
-
## 概要
Next.jsの方で、pre-signed-urlを作成している。それをpythonに送って、pythonからは、レシートの詳細を返したい。
現在FastAPiでAPIを作っているため、そこに追加する。
エンドポイントは以下を考えている
| メソッド | エンドポイント | リクエスト | リスポンス |
| :--- | :---: | ---: | ---: |
|…
-
The Client treats Json-format Request Bodies as dict, but can benefit from completion and static analysis if TypedDict is supported.
### Category (place an `x` in each of the `[ ]`)
- [x] **slac…
-
# Pyre Feature Request
When you have a `Union` of `TypedDict` it would be nice to be able to narrow them. However, `pyre` doesn't seem to allow this. Even when using `Final`!
```python
from typ…
tmke8 updated
3 months ago
-
### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
Following up on https://github.com/agronholm/typeguar…
-
### Description of the bug:
Hello, I'm trying to recreate the example at: https://github.com/google-gemini/cookbook/blob/main/examples/json_capabilities/Text_Summarization.ipynb. After specifying…