From 07b69c634686f31042e0e14bfde246e32939faf1 Mon Sep 17 00:00:00 2001 From: Cian McGrath Date: Tue, 13 Aug 2024 15:32:12 +0100 Subject: [PATCH] cloudvision: Update library to v1.21.1 Includes a fix for studio helpers where inputs with sizes over the grpc message limit are not able to be handled properly due to API filtering Change-Id: I745272f9c73a6ba446b51eaf4304bae9f456d9f2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4777858c..fc6d94b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cloudvision" -version = "1.21.0" +version = "1.21.1" dynamic = ["dependencies", "optional-dependencies"] description = "A Python library for Arista's CloudVision APIs and Provisioning Action integrations." requires-python = ">=3.7.0"