Skip to content
Snippets Groups Projects
Commit fb8a47e0 authored by Cresson Remi's avatar Cresson Remi
Browse files

Update 2 files

- /dinamis_sdk/auth.py
- /setup.py
parent 03844291
No related branches found
No related tags found
No related merge requests found
Pipeline #189127 passed with warnings
......@@ -249,7 +249,7 @@ class OAuth2Session:
class TokenServer:
def __init__(endpoint: str):
def __init__(self, endpoint: str):
session = requests.Session()
retry = urllib3.util.retry.Retry(
total=total_retry,
......
......@@ -13,7 +13,7 @@ install_requires = [
setup(
name="dinamis-sdk",
version="0.1.2",
version="0.1.3",
description="DINAMIS SDK",
python_requires=">=3.8",
author="Remi Cresson",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment