Repository Check
Feature Description
src/apkit/client/asyncio/client.py:46
/home/cocoa/vega/git-repos/fedi-libs/apkit/src/apkit/client/asyncio/client.py:46: DeprecationWarning: Inheritance class ActivityPubClient from ClientSession is discouraged
class ActivityPubClient(aiohttp.ClientSession):
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Motivation
Discontinue non-recommended usage methods, improve maintainability
Proposed Solution
Replace it with libraries like httpcore (the current synchronous client approach) or use aiohttp internally without inheritance.
Alternatives Considered
No response
Additional Context
No response
Repository Check
apsigrepo)apmodelrepo)Feature Description
Motivation
Discontinue non-recommended usage methods, improve maintainability
Proposed Solution
Replace it with libraries like httpcore (the current synchronous client approach) or use aiohttp internally without inheritance.
Alternatives Considered
No response
Additional Context
No response