[Bug 273612] www/py-starlette: Use anyio3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Sep 2023 08:58:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273612 Bug ID: 273612 Summary: www/py-starlette: Use anyio3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: meka@tilda.center Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Created attachment 244688 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244688&action=edit starlette.patch As starlette declares it's anyio dependency as anyio>=3.4.0,<5 that means version 3 is still supported. The problem that I encounter is that, for example, httpcore depends on anyio3 while starlette depends on anyio and both can not be installed. That being said, I think it's reasonable using anyio3 in starlette so that downstream dependencies don't break. -- You are receiving this mail because: You are the assignee for the bug.