asks icon indicating copy to clipboard operation
asks copied to clipboard

bump anyio version

Open ebetica opened this issue 5 months ago • 3 comments

tests:

$ (uv venv test-anyio-4 && source test-anyio-4/bin/activate && uv pip install "anyio>=4.0,<5.0" pytest curio trio overly && uv pip install -e . && python -m pytest)
$ (uv venv test-anyio-3 && source test-anyio-3/bin/activate && uv pip install "anyio>=3.0,<4.0" pytest curio trio overly && uv pip install -e . && python -m pytest)

tests currently fail actually, but I think it's using a trio api that's deprecated

ebetica avatar Jul 01 '25 21:07 ebetica

Can we please get this merged and publish a new version? The test that fails is indeed because anyio < 4.0 breaks on recent versions of trio, which is very painful for my apps.

@theelous3 Hello? :-)

Cheaterman avatar Aug 22 '25 15:08 Cheaterman

I'll look today, cheers. Sorry was very afk :)

theelous3 avatar Aug 23 '25 10:08 theelous3

@theelous3 Thanks in advance :)

EDIT: And glad to see you're OK, I was worried for a moment haha

Cheaterman avatar Sep 11 '25 14:09 Cheaterman