De Grove
De Grove
The new option is only available in version 1.20.0 of k8s. What is the preferred way to handle that in the provider? I did not see anything related to that...
seems that would be resolved by #238
Hello, thank you for the reply. I tried to resolve `google.com` and it worked. I did not try `kubernetes.default` though
Hello @ark3, I did run several tests, and using `nslookup kubernetes.default` I end up with the same issue. ``` nslookup kubernetes.default Server: Address: ** server can't find kubernetes.default: NXDOMAIN ```...
> Are lists supported in a HashModels? I always assumed based on docs they are not. https://github.com/redis/redis-om-python/blob/main/docs/models.md#hashmodel-vs-jsonmodel Thanks for the information. I saw that piece of documentation, but the code...
Another solution would be to let `bytes` as a valid vector type (or maybe the only vector type) so we can create a Vector field of type `bytes`
@nickstenning > You will likely still need apkg_resources fallback so long as you are still supporting Python 3.7. Is this not why the backport of `importlib_metadata` and `importlib_resources` exists? Side...
> hi @GDegrove > > just to be sure, could you also provide the version of pydantic you're using? We are using pydantic 2, for exactitude `version = "2.8.2"`