Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
hotfix: tenacity 8.4.0 issue (#730)
Browse files Browse the repository at this point in the history
* fix: tenacity 8.4.0 issue

* bump sdk to 0.33.9
  • Loading branch information
sbasan authored Jun 17, 2024
1 parent e72b66c commit 3cc3633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ENDPOINTS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**THIS FILE WAS AUTO-GENERATED DO NOT EDIT**

Generated for: catalystwan-0.33.8
Generated for: catalystwan-0.33.9

All URIs are relative to */dataservice*
HTTP request | Supported Versions | Method | Payload Type | Return Type | Tenancy Mode
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "catalystwan"
version = "0.33.8"
version = "0.33.9"
description = "Cisco Catalyst WAN SDK for Python"
authors = ["kagorski <kagorski@cisco.com>"]
readme = "README.md"
Expand All @@ -12,7 +12,8 @@ requests = "^2.27.1"
python-dateutil = "^2.8.2"
attrs = "^21.4.0"
ciscoconfparse = "1.9.41"
tenacity = "^8.1.0"
# tenacity 8.4.0 issue https://github.com/jd/tenacity/issues/471
tenacity = ">=8.1.0, <8.4.0"
Jinja2 = "^3.1.2"
flake8-quotes = "^3.3.1"
clint = "^0.5.1"
Expand Down

0 comments on commit 3cc3633

Please sign in to comment.