arielle
arielle
uv supports resolving the lowest-direct bounds for our dependencies. We should run tests on these lower dependencies in order to make sure that our lowest bounds are accurate. This may...
We use `` style reprs on pretty much every model. For user creatable classes, it would be nice to use `class-name(attr=value)` style reprs instead, so they can be copied to...
See https://setuptools.pypa.io/en/latest/userguide/package\_discovery.html#pkgutil-style-namespace-package We currently use legacy namespace packages, though we should migrate to pep440 compatiable namespace packages. This however, has the potential to break some extensions, so proper research should...
_Originally posted by @shiftinv in https://github.com/DisnakeDev/disnake/pull/1397#discussion_r2373286351_
### Summary title ### Reproduction Steps set connectors on an app command constructor ### Minimal Reproducible Code ```python ``` ### Expected Results should map that option name to that variable...
We use the skip news tag a lot recently, as the changelog is mainly for end users. What we can do (and would probably make more sense) is to use...
bots can share custom client themes, as such, we should support that data type https://github.com/discord/discord-api-docs/pull/7875
### Summary title ### Reproduction Steps commands.Greedy[disnake.Member | disnake.Object] ### Minimal Reproducible Code ```python ``` ### Expected Results Work as if it was a Union ### Actual Results ```py │...