We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecc51cf + 160873f commit 320a00cCopy full SHA for 320a00c
2 files changed
pyartifactory/objects/artifactory.py
@@ -21,11 +21,11 @@ def __init__(
21
self,
22
url: str,
23
auth: Optional[Tuple[str, SecretStr]] = None,
24
- access_token: Optional[str] = None,
25
verify: Union[bool, str] = True,
26
cert: Optional[str] = None,
27
api_version: int = 1,
28
timeout: Optional[int] = None,
+ access_token: Optional[str] = None,
29
):
30
self.artifactory = AuthModel(
31
url=url,
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "PyArtifactory"
3
-version = "2.7.0"
+version = "2.7.1"
4
description = "Typed interactions with the Jfrog Artifactory REST API"
5
authors = [
6
"Ananias CARVALHO <carvalhoananias@hotmail.com>",
0 commit comments