sweatstack 0.13.0__tar.gz → 0.13.1__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.4
2
2
  Name: sweatstack
3
- Version: 0.13.0
3
+ Version: 0.13.1
4
4
  Summary: The official Python client for SweatStack
5
5
  Author-email: Aart Goossens <aart@gssns.io>
6
6
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sweatstack"
3
- version = "0.13.0"
3
+ version = "0.13.1"
4
4
  description = "The official Python client for SweatStack"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -17,6 +17,7 @@ from urllib.parse import parse_qs, urlparse
17
17
  import httpx
18
18
  import pandas as pd
19
19
 
20
+ from .constants import DEFAULT_URL
20
21
  from .schemas import ActivityDetails, ActivitySummary, Sport, TraceDetails
21
22
  from .utils import decode_jwt_body
22
23
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes