johanjk

Results 4 issues of johanjk

# DataFrameModel `TypeError` on `validate` After updating from pandera `0.10.1` to `0.17.2` I am getting: ```python TypeError: unhashable type: 'list' ``` In my `DataFrameModel` models. Due to my use of...

bug

When setting overrides on the deployment, only the following parameters are available: ```yaml spec: deployment: affinity: [...] containers: [...] imagePullSecret: [...] nodeSelector: [...] replicas: [...] serviceAccountName: [...] tolerations: [...] ```...

kind/feature
triage/accepted

I have a yielding generator that produces msgs into a topic. I wish the following syntax was valid: ```python import asyncio import random from contextlib import asynccontextmanager from typing import...

enhancement
Core

Was reading the [docs](https://hatch.pypa.io/1.9/plugins/build-hook/reference/) looking for the new hatchling v1.22 [dependencies](https://github.com/pypa/hatch/commit/c04877c183e850200231ed1501033a21db044d30) for build hooks. Surprised to not find it in the released docs, (but it is in [dev](https://hatch.pypa.io/dev/plugins/build-hook/reference/#hatchling.builders.hooks.plugin.interface.BuildHookInterface.dependencies) docs). Maybe...