sweatstack 0.76.1__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.
- {sweatstack-0.76.1 → sweatstack-0.76.2}/.claude/settings.local.json +3 -1
- {sweatstack-0.76.1 → sweatstack-0.76.2}/CHANGELOG.md +6 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/PKG-INFO +1 -1
- {sweatstack-0.76.1 → sweatstack-0.76.2}/pyproject.toml +1 -1
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/openapi_schemas.py +2 -2
- {sweatstack-0.76.1 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/SKILL.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/client.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/data-models.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/fastapi.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/.claude/skills/sweatstack-python/streamlit.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/.gitignore +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/.python-version +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/CONTRIBUTING.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/DEVELOPMENT.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/LICENSE +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/Makefile +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/README.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/docs/conf.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/docs/everything.rst +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/docs/index.rst +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/examples/fastapi_webhooks_example.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/examples/send_webhook.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/plans/001a_tests.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/plans/001b_metadata.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/plans/001c_dailies.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/plans/002_TYPED_EXCEPTIONS.md +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/Sweat Stack examples/Getting started.ipynb +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/__init__.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/cli.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/client.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/constants.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/exceptions.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/fastapi/__init__.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/fastapi/config.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/fastapi/dependencies.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/fastapi/models.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/fastapi/routes.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/fastapi/session.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/fastapi/token_stores.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/fastapi/webhooks.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/ipython_init.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/jupyterlab_oauth2_startup.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/py.typed +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/schemas.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/streamlit.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/sweatshell.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/utils.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/tests/__init__.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/tests/test_dailies.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/tests/test_dtype_conversion.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/tests/test_exceptions.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/tests/test_metadata.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/tests/test_teams.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/tests/test_tests.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/tests/test_webhooks.py +0 -0
- {sweatstack-0.76.1 → sweatstack-0.76.2}/uv.lock +0 -0
|
@@ -6,6 +6,12 @@ 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
|
+
|
|
9
15
|
## [0.76.1] - 2026-04-27
|
|
10
16
|
|
|
11
17
|
### Fixed
|
|
@@ -1172,7 +1172,7 @@ class UserInfoResponse(BaseModel):
|
|
|
1172
1172
|
given_name: str | None = Field(None, title='Given Name')
|
|
1173
1173
|
family_name: str | None = Field(None, title='Family Name')
|
|
1174
1174
|
email: str | None = Field(None, title='Email')
|
|
1175
|
-
registered_at: AwareDatetime = Field(..., title='Registered At')
|
|
1175
|
+
registered_at: AwareDatetime | NaiveDatetime = Field(..., title='Registered At')
|
|
1176
1176
|
name: str = Field(..., title='Name')
|
|
1177
1177
|
|
|
1178
1178
|
|
|
@@ -1181,7 +1181,7 @@ class UserResponse(BaseModel):
|
|
|
1181
1181
|
first_name: str | None = Field(..., title='First Name')
|
|
1182
1182
|
last_name: str | None = Field(..., title='Last Name')
|
|
1183
1183
|
admin: bool = Field(..., title='Admin')
|
|
1184
|
-
registered_at: AwareDatetime = Field(..., title='Registered At')
|
|
1184
|
+
registered_at: AwareDatetime | NaiveDatetime = Field(..., title='Registered At')
|
|
1185
1185
|
display_name: str = Field(..., title='Display Name')
|
|
1186
1186
|
is_managed: bool = Field(..., title='Is Managed')
|
|
1187
1187
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sweatstack-0.76.1 → sweatstack-0.76.2}/src/sweatstack/Sweat Stack examples/Getting started.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|