-
# Motivating Example 1
## Motivation: Why do you think this is important?
It is possible that users may define their tasks as async
```python
@task
async def foo():
pass
```
Since the in…
-
As [discussed on Discord](https://discord.com/channels/1197292025725329549/1197304897989787770/1292808387410530304), we want to drop support for Python v3.8 as it reached its end-of-life. We then can …
-
- **Package Name**: azure-servicebus
- **Package Version**: 7.11.1 and main
- **Operating System**: Linux
- **Python Version**: 3.11.5
**Describe the bug**
When using `azure.servicebus.aio.Serv…
-
### Motivations
Two motivations for this (sizeable) request:
* it may provide a simpler route to parallel action support (which is currently unsupported in Windows and has limitations elsewhere)…
-
python: 3.11
aioredis: 2.0.1
```python
import aioredis
async def get_redis(): # redis
redis_url = f"redis://:{REDIS_PASSWORD}@{REDIS_HOST}:{REDIS_PORT}"
redis = aioredis.from…
-
Async support for the splitstream Python library would be much appreciated.
Python I/O applications are increasingly moving to rely on the async/await semantics and so far there is no way of using sp…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.3.0+cu118
Is debug build: False
CUDA used to build PyTorch: 11.8
ROCM used to build PyTorch: N/A
…
-
**Describe the bug**
When running a Django App with socketify Djnago says:
You cannot call this from an async context - use a thread or sync_to_async
**To Reproduce**
Steps to reproduce the beha…
-
in FastAdmin you are using asynchronous approach
but functions which manage permissions is synchronous and python don't allow throw async request to database
please fix to async
![image](https://gi…
-
**What is the problem? Please describe.**
I wish to be able to interact with sentinelhub via the python libraries asynchronously
**Here's the solution**
I've written up an async harness I hav…