Hironori Yamamoto

Results 6 comments of Hironori Yamamoto

@yu-iskw I understand and have several ideas for supporting multiple Pydantic versions. ## 1. Continuous Support for Multiple Versions This approach is akin to publishing a separate package. For example:...

## Challenges posed by Features 2 and 3 One of the reasons for the challenges posed by Features 2 and 3 is that kanon works as a wrapper around gokart...

@lavigne958 Sorry for slow responding. I found `default_black` passed into [`numericise`](https://github.com/burnash/gspread/blob/60bc77f73501d5d5fe40e6ed179e092c4a759aea/gspread/utils.py#L224) finally. This seems that the value can accept `Any` value. For my case, I want to pass [`pd.NA`](https://pandas.pydata.org/docs/reference/api/pandas.NA.html#pandas.NA) as...

@lavigne958 @alifeee Thank you for your reviews. I found there is no additional type annotations `str` for `default_blank` please double check just in case