Skip to content

Commit 8ac9806

Browse files
committed
repo: Update repo to 1.26.1
Includes: - New pure python rpc stubs in cloudvision/api - Support for negative indexing in `cvlib.get_ip_from_subnet` - Updates to endpoint error types - Updates for resource APIs - Documentation updates for better rendering Change-Id: If37512b11b68ad64c39f4fad786669e6f1f8912b
1 parent 4a12861 commit 8ac9806

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ with grpc.secure_channel("www.arista.io:443", channelCredentials) as channel:
7979

8080
### Async support
8181

82-
Starting from version 1.26.0+ it is be possible to use alternative GRPC client based on
82+
Starting from version 1.26.1+ it is possible to use alternative GRPC client based on
8383
[grpclib](https://github.com/vmagamedov/grpclib),that supports pure-python async stubs.
8484
This stubs could be found in `cloudvision.api.arista` module. More specific information and specifications are provided in
8585
[the API documentation](https://aristanetworks.github.io/cloudvision-python/cloudvision.api.arista.html)

cloudvision/api/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AsyncCVClient:
2121
2222
.. _grpclib.client.Channel: https://grpclib.readthedocs.io/en/latest/client.html
2323
24-
.. versionadded:: 1.26.0
24+
.. versionadded:: 1.26.1
2525
2626
.. code-block:: python
2727

cloudvision/cvlib/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def getAsyncApiClient(self, stub):
238238
this GRPC client. ``stub`` should be a subclass of :py:class:`aristaproto.ServiceStub` from
239239
:py:mod:`cloudvision.api.arista`.
240240
241-
.. versionadded:: 1.26.0
241+
.. versionadded:: 1.26.1
242242
243243
:param stub: subclass of :py:class:`!aristaproto.ServiceStub`
244244

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cloudvision"
7-
version = "1.25.3"
7+
version = "1.26.1"
88
dynamic = ["dependencies", "optional-dependencies"]
99
description = "A Python library for Arista's CloudVision APIs and Provisioning Action integrations."
1010
requires-python = ">=3.9.0"

0 commit comments

Comments
 (0)