Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (10m)  pkgsrc-2024Q1 (11d)  pkgsrc-2023Q4 (58d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 16:27:00 UTC Now

2022-12-29 12:40:51 UTC MAIN commitmail json YAML

py-httpcore: updated to 0.16.3

0.16.3
- Allow `ws` and `wss` schemes. Allows us to properly support websocket upgrade connections.
- Forwarding HTTP proxies use a connection-per-remote-host. Required by some proxy implementations.
- Don't raise `RuntimeError` when closing a connection pool with active connections. Removes some error cases when cancellations are used.
- Lazy import `anyio`, so that it's no longer a hard dependancy, and isn't imported if unused.

(adam)