From 04d5b8c197c568c99178e83894fb6a91747008c9 Mon Sep 17 00:00:00 2001 From: samsja <55492238+samsja@users.noreply.github.com> Date: Wed, 31 Aug 2022 09:09:26 +0200 Subject: [PATCH] docs: update seri --- docs/fundamentals/documentarray/serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/documentarray/serialization.md b/docs/fundamentals/documentarray/serialization.md index 938ebf596e9..4069ad9ae81 100644 --- a/docs/fundamentals/documentarray/serialization.md +++ b/docs/fundamentals/documentarray/serialization.md @@ -26,7 +26,7 @@ If you are building a webservice and want to use JSON for passing DocArray objec ``` ```{important} -Depending on which protocol you use, this feature requires `pydantic` or `protobuf` dependency. You can do `pip install "docarray[full]"` to install it. +Depending on which protocol you use, this feature requires `pydantic` or `protobuf` dependency. You can do `pip install "docarray[common]"` to install it. ```