python-discord / quackstack

An on-demand procedural ducky delivery service. An infinite stack of duckies!
MIT License
7 stars 1 forks source link

Split random ducks from ducks with specific options #74

Closed ChrisLovering closed 1 year ago

ChrisLovering commented 1 year ago

This is mostly needed so that we do not have request bodies being used in GET requests, as this isn't supported in many HTTP client libraries (such as HTTPX).

This PR also bumps deps to latest, uses Python 3.10 and updates the Dockerfile to use our new base image.

Sir Lancebot integrates with this API, so https://github.com/python-discord/sir-lancebot/pull/1100 should be merged shortly after this PR.