We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7151121 commit 69074edCopy full SHA for 69074ed
cirro/api/auth/oauth_client.py
@@ -1,10 +1,10 @@
1
-from io import StringIO
2
import json
3
import logging
4
import sys
5
import threading
6
import time
7
from datetime import datetime, timedelta
+from io import StringIO
8
from pathlib import Path
9
from typing import Optional
10
@@ -92,7 +92,7 @@ def __init__(
92
client_id: str,
93
region: str,
94
auth_endpoint: str,
95
- enable_cache=True,
+ enable_cache=False,
96
auth_io: Optional[StringIO] = None
97
):
98
self.client_id = client_id
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cirro"
-version = "0.7.3"
+version = "0.7.4"
description = "CLI tool and SDK for interacting with the Cirro platform"
authors = ["Cirro Bio <[email protected]>"]
license = "MIT"
0 commit comments