destiny_sdk 0.2.0__tar.gz → 0.2.0.post0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: destiny_sdk
3
- Version: 0.2.0
3
+ Version: 0.2.0.post0
4
4
  Summary: A software development kit (sdk) to support interaction with the DESTINY repository
5
5
  License: Apache 2.0
6
6
  Author: Adam Hamilton
@@ -13,7 +13,7 @@ description = "A software development kit (sdk) to support interaction with the
13
13
  license = "Apache 2.0"
14
14
  name = "destiny_sdk"
15
15
  readme = "README.md"
16
- version = "0.2.0"
16
+ version = "0.2.0post0"
17
17
 
18
18
  [tool.poetry.dependencies]
19
19
  cachetools = "^5.5.2"
@@ -69,7 +69,7 @@ class Client:
69
69
  :type auth_method: str
70
70
  """
71
71
  self.session = httpx.Client(
72
- base_url=str(base_url).removesuffix("/v1/").removesuffix("/v1") + "/v1/",
72
+ base_url=str(base_url).removesuffix("/").removesuffix("/v1") + "/v1",
73
73
  headers={"Content-Type": "application/json"},
74
74
  auth=HMACSigningAuth(secret_key=secret_key, client_id=client_id),
75
75
  )
File without changes
File without changes