sweatstack 0.76.0__tar.gz → 0.76.2__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.
Files changed (56) hide show
  1. {sweatstack-0.76.0 → sweatstack-0.76.2}/.claude/settings.local.json +3 -1
  2. {sweatstack-0.76.0 → sweatstack-0.76.2}/CHANGELOG.md +12 -0
  3. {sweatstack-0.76.0 → sweatstack-0.76.2}/PKG-INFO +1 -1
  4. {sweatstack-0.76.0 → sweatstack-0.76.2}/pyproject.toml +2 -2
  5. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/openapi_schemas.py +303 -302
  6. {sweatstack-0.76.0 → sweatstack-0.76.2}/uv.lock +127 -34
  7. {sweatstack-0.76.0 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/SKILL.md +0 -0
  8. {sweatstack-0.76.0 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/client.md +0 -0
  9. {sweatstack-0.76.0 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/data-models.md +0 -0
  10. {sweatstack-0.76.0 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/fastapi.md +0 -0
  11. {sweatstack-0.76.0 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/streamlit.md +0 -0
  12. {sweatstack-0.76.0 → sweatstack-0.76.2}/.gitignore +0 -0
  13. {sweatstack-0.76.0 → sweatstack-0.76.2}/.python-version +0 -0
  14. {sweatstack-0.76.0 → sweatstack-0.76.2}/CONTRIBUTING.md +0 -0
  15. {sweatstack-0.76.0 → sweatstack-0.76.2}/DEVELOPMENT.md +0 -0
  16. {sweatstack-0.76.0 → sweatstack-0.76.2}/LICENSE +0 -0
  17. {sweatstack-0.76.0 → sweatstack-0.76.2}/Makefile +0 -0
  18. {sweatstack-0.76.0 → sweatstack-0.76.2}/README.md +0 -0
  19. {sweatstack-0.76.0 → sweatstack-0.76.2}/docs/conf.py +0 -0
  20. {sweatstack-0.76.0 → sweatstack-0.76.2}/docs/everything.rst +0 -0
  21. {sweatstack-0.76.0 → sweatstack-0.76.2}/docs/index.rst +0 -0
  22. {sweatstack-0.76.0 → sweatstack-0.76.2}/examples/fastapi_webhooks_example.py +0 -0
  23. {sweatstack-0.76.0 → sweatstack-0.76.2}/examples/send_webhook.py +0 -0
  24. {sweatstack-0.76.0 → sweatstack-0.76.2}/plans/001a_tests.md +0 -0
  25. {sweatstack-0.76.0 → sweatstack-0.76.2}/plans/001b_metadata.md +0 -0
  26. {sweatstack-0.76.0 → sweatstack-0.76.2}/plans/001c_dailies.md +0 -0
  27. {sweatstack-0.76.0 → sweatstack-0.76.2}/plans/002_TYPED_EXCEPTIONS.md +0 -0
  28. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/Sweat Stack examples/Getting started.ipynb +0 -0
  29. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/__init__.py +0 -0
  30. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/cli.py +0 -0
  31. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/client.py +0 -0
  32. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/constants.py +0 -0
  33. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/exceptions.py +0 -0
  34. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/fastapi/__init__.py +0 -0
  35. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/fastapi/config.py +0 -0
  36. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/fastapi/dependencies.py +0 -0
  37. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/fastapi/models.py +0 -0
  38. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/fastapi/routes.py +0 -0
  39. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/fastapi/session.py +0 -0
  40. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/fastapi/token_stores.py +0 -0
  41. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/fastapi/webhooks.py +0 -0
  42. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/ipython_init.py +0 -0
  43. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/jupyterlab_oauth2_startup.py +0 -0
  44. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/py.typed +0 -0
  45. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/schemas.py +0 -0
  46. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/streamlit.py +0 -0
  47. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/sweatshell.py +0 -0
  48. {sweatstack-0.76.0 → sweatstack-0.76.2}/src/sweatstack/utils.py +0 -0
  49. {sweatstack-0.76.0 → sweatstack-0.76.2}/tests/__init__.py +0 -0
  50. {sweatstack-0.76.0 → sweatstack-0.76.2}/tests/test_dailies.py +0 -0
  51. {sweatstack-0.76.0 → sweatstack-0.76.2}/tests/test_dtype_conversion.py +0 -0
  52. {sweatstack-0.76.0 → sweatstack-0.76.2}/tests/test_exceptions.py +0 -0
  53. {sweatstack-0.76.0 → sweatstack-0.76.2}/tests/test_metadata.py +0 -0
  54. {sweatstack-0.76.0 → sweatstack-0.76.2}/tests/test_teams.py +0 -0
  55. {sweatstack-0.76.0 → sweatstack-0.76.2}/tests/test_tests.py +0 -0
  56. {sweatstack-0.76.0 → sweatstack-0.76.2}/tests/test_webhooks.py +0 -0
@@ -19,7 +19,9 @@
19
19
  "Bash(git:*)",
20
20
  "Bash(python3:*)",
21
21
  "Bash(test:*)",
22
- "Bash(uv run:*)"
22
+ "Bash(uv run:*)",
23
+ "mcp__sentry__get_sentry_resource",
24
+ "Bash(awk *)"
23
25
  ],
24
26
  "deny": []
25
27
  }
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
 
9
+ ## [0.76.2] - 2026-04-27
10
+
11
+ ### Fixed
12
+ - `registered_at` on `UserInfoResponse` and `UserResponse` now accepts both aware and naive datetimes, working around the API returning naive timestamps for this field.
13
+
14
+
15
+ ## [0.76.1] - 2026-04-27
16
+
17
+ ### Fixed
18
+ - Local datetime fields (`start_local`, `end_local`, `timestamp_local`) in OpenAPI schemas corrected from `AwareDatetime` to `NaiveDatetime`.
19
+
20
+
9
21
  ## [0.76.0] - 2026-04-27
10
22
 
11
23
  ### Added
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sweatstack
3
- Version: 0.76.0
3
+ Version: 0.76.2
4
4
  Summary: The official Python client for SweatStack
5
5
  Project-URL: Homepage, https://sweatstack.no
6
6
  Project-URL: Documentation, https://developer.sweatstack.no/getting-started/
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sweatstack"
3
- version = "0.76.0"
3
+ version = "0.76.2"
4
4
  description = "The official Python client for SweatStack"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -62,7 +62,7 @@ build-backend = "hatchling.build"
62
62
 
63
63
  [dependency-groups]
64
64
  dev = [
65
- "datamodel-code-generator>=0.26.5",
65
+ "datamodel-code-generator[ruff]>=0.54.1",
66
66
  "myst-parser>=4.0.1",
67
67
  "sphinx>=8.2.3",
68
68
  "sphinx-markdown-builder>=0.6.8",