-
# Feature or enhancement
### Proposal:
Over the last few years, Trio and AnyIO users have proven out several design patterns using [channels as async iterables](https://trio.readthedocs.io/en/st…
-
async is a keyword from Python 3.7 so tests will fail with SyntaxError in Python 3.7 and above
```
rg 'async='
tests/test_client_async.py
56: async_result = client.add(1, 4, async=True)
87: …
-
Last meeting we discussed the idea of implementing support more robustly via a language server. This seems like a great idea: the specification for codes is very simple, and this is exactly the use ca…
-
* **uvloop version**: 0.16.0
* **Python version**: 3.8.10
* **Platform**: Ubuntu 20.04.3
* **Helm version**: v3.7.0
* **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes
* **…
-
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question.
Hello,
We are currently encountering an issue when running Agentic met…
-
Hi,
Running on Python >= 3.7 is broken due to changes introduced in Python 3.7 around reserving 'async' keyword. https://docs.python.org/3.7/whatsnew/3.7.html#summary-release-highlights
Is this …
-
### Privileged issue
- [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here.
### Issue Content
## Issue
To make our Embeddings integrati…
-
TL;DR: Only sync tests capture logs, not async.
Desired behavior: Async captures logs too.
Impact: Logs are critical test data. However this is the only solution I can find in the entire Pytho…
-
The `AsyncPath.walk` method does not return an `AsyncGenerator` as expected, but instead a synchronous `Generator` object. This appears to be because of `.walk` not being defined in `AsyncPath` and th…
-
We would like to have the core part of the ShEx and SHACL validators and parsers compatible with WebAssembly so we could have standalone demos developed as WebAssembly.
Looking at [this book](https…
labra updated
2 weeks ago