From a25ba1e9195a9a448bd30960f66a4602a0df5697 Mon Sep 17 00:00:00 2001 From: Cian McGrath Date: Tue, 28 Jan 2025 18:10:41 +0000 Subject: [PATCH] repo: Update library to version 1.23.1 Includes compatibility fix for https://github.com/grpc/grpc/issues/38290 Change-Id: I1666f5e3b514deca1ba1e9847e6233750cc6d118 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09a63e43..47f291bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cloudvision" -version = "1.23.0" +version = "1.23.1" dynamic = ["dependencies", "optional-dependencies"] description = "A Python library for Arista's CloudVision APIs and Provisioning Action integrations." requires-python = ">=3.7.0"