Daniel Edgy Edgecombe
Daniel Edgy Edgecombe
**Describe the bug** When creating a SET data type the native data type does not return the set values, unlike the ENUM native data type which does. The native data...
I have a dataclass that is mutated (removing the dataclass decorator) which fails tests if applied, but does not get picked up as a handled mutation. I have cleared the...
``` from pkg_resources import get_distribution, DistributionNotFound ModuleNotFoundError: No module named 'pkg_resources' ``` twelvedata python package depends on `setuptools` being installed to access pkg_resources, but does not define it as a...