kasium
kasium
### Has your issue already been fixed? - [x] Have you checked to see if your issue still exists on the `master` branch? See [the docs](https://github.com/dosisod/refurb#developing) for instructions on how...
### Has your issue already been fixed? - [X] Have you checked to see if your issue still exists on the `master` branch? See [the docs](https://github.com/dosisod/refurb#developing) for instructions on how...
python 3.13 is planned to be released on the 2024-10-01. Some days ago the first beta release was published. Early adopters cannot consume it for now when they don't want...
pkg_resources is deprecated and should be replaced with alternatives like packaging, importlib.metadata and importlib.resources
## Checklist - [X] I've searched for similar feature requests. --- ## Enhancement request It would be great if the project could add type hints and expose them (`py.typed` file),...
Compiling the following code with mypyc leads to an error: ```py from __future__ import annotations import functools from typing import Any, Callable, ParamSpec, TypeVar PARAM = ParamSpec("PARAM") RET = TypeVar("RET")...
As for now, I can only set the timeout in the client during construction. However, if a certain call needs another timeout, it's not possible to change it: ```py from...
### Describe the bug cookie has a security vulnerability: https://www.mend.io/vulnerability-database/CVE-2024-47764. Please consider to update the version of cookie to 0.6.0 ### Reproduction install latest nestjs-i18n and run npm autdit ###...
### Has your issue already been fixed? - [X] Have you checked to see if your issue still exists on the `master` branch? See [the docs](https://github.com/dosisod/refurb#developing) for instructions on how...