hotdata-framework 0.4.1__tar.gz → 0.5.0__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.
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/CHANGELOG.md +5 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/PKG-INFO +2 -2
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/pyproject.toml +2 -2
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/uv.lock +5 -5
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/.github/dependabot.yml +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/.github/workflows/check-release.yml +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/.github/workflows/ci.yml +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/.github/workflows/dependabot-automerge.yml +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/.github/workflows/publish.yml +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/.github/workflows/release.yml +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/.gitignore +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/CONTRACT.md +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/README.md +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/RELEASING.md +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/examples/basic_usage.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/__init__.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/client.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/databases.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/env.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/errors.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/health.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/http.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/managed_client.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/py.typed +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/hotdata_framework/result.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/scripts/check-release.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/scripts/extract-changelog.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/scripts/publish-workflow.sh +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/scripts/release.sh +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/scripts/update_changelog.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/tests/test_client.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/tests/test_contract.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/tests/test_databases.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/tests/test_health.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/tests/test_managed_client.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/tests/test_result.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/tests/test_update_changelog.py +0 -0
- {hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/tests/test_version.py +0 -0
|
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
## [0.5.0] - 2026-06-28
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Adopt the `hotdata` 0.5.0 SDK surface (dependency bumped from `>=0.4.1` to `>=0.5.0`). The release is backward compatible for everything the framework uses; the only API changes are additive (a new optional `format` field on `LoadManagedTableRequest` and an optional `format` parameter on `ResultsApi.get_result`), so no framework code changes were required.
|
|
11
16
|
|
|
12
17
|
## [0.4.1] - 2026-06-26
|
|
13
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hotdata-framework
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases
|
|
5
5
|
Project-URL: Homepage, https://www.hotdata.dev
|
|
6
6
|
Project-URL: Documentation, https://www.hotdata.dev/docs
|
|
@@ -21,7 +21,7 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
|
21
21
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
22
|
Classifier: Typing :: Typed
|
|
23
23
|
Requires-Python: >=3.10
|
|
24
|
-
Requires-Dist: hotdata>=0.
|
|
24
|
+
Requires-Dist: hotdata>=0.5.0
|
|
25
25
|
Requires-Dist: pandas>=2.0
|
|
26
26
|
Requires-Dist: pyarrow>=14.0
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hotdata-framework"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.5.0"
|
|
8
8
|
description = "Python framework for building Hotdata integrations: workspace/session runtime, query execution, and managed databases"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Typing :: Typed",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"hotdata>=0.
|
|
29
|
+
"hotdata>=0.5.0",
|
|
30
30
|
"pandas>=2.0",
|
|
31
31
|
"pyarrow>=14.0",
|
|
32
32
|
]
|
|
@@ -86,7 +86,7 @@ wheels = [
|
|
|
86
86
|
|
|
87
87
|
[[package]]
|
|
88
88
|
name = "hotdata"
|
|
89
|
-
version = "0.
|
|
89
|
+
version = "0.5.0"
|
|
90
90
|
source = { registry = "https://pypi.org/simple" }
|
|
91
91
|
dependencies = [
|
|
92
92
|
{ name = "pydantic" },
|
|
@@ -94,14 +94,14 @@ dependencies = [
|
|
|
94
94
|
{ name = "typing-extensions" },
|
|
95
95
|
{ name = "urllib3" },
|
|
96
96
|
]
|
|
97
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
97
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f2/d8/79f4906f4a39aacd7a94c7991af63064cecb95015d4fbe4d50757b21c940/hotdata-0.5.0.tar.gz", hash = "sha256:3d0240e6a3e7333e4290d8b3e75afebba43e518b868e1c3e3818fd719a6ab994", size = 170462, upload-time = "2026-06-28T16:28:49.591Z" }
|
|
98
98
|
wheels = [
|
|
99
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
99
|
+
{ url = "https://files.pythonhosted.org/packages/aa/0e/026a2e03647e3d3c26027b690ea24ef036fbeb314b85517db3d606aab4da/hotdata-0.5.0-py3-none-any.whl", hash = "sha256:e7c4f5f8af6a7b370810fb599e5a166fc4bb569f6f41c506698c4bebfb500fcc", size = 286907, upload-time = "2026-06-28T16:28:48.298Z" },
|
|
100
100
|
]
|
|
101
101
|
|
|
102
102
|
[[package]]
|
|
103
103
|
name = "hotdata-framework"
|
|
104
|
-
version = "0.
|
|
104
|
+
version = "0.5.0"
|
|
105
105
|
source = { editable = "." }
|
|
106
106
|
dependencies = [
|
|
107
107
|
{ name = "hotdata" },
|
|
@@ -120,7 +120,7 @@ dev = [
|
|
|
120
120
|
|
|
121
121
|
[package.metadata]
|
|
122
122
|
requires-dist = [
|
|
123
|
-
{ name = "hotdata", specifier = ">=0.
|
|
123
|
+
{ name = "hotdata", specifier = ">=0.5.0" },
|
|
124
124
|
{ name = "pandas", specifier = ">=2.0" },
|
|
125
125
|
{ name = "pyarrow", specifier = ">=14.0" },
|
|
126
126
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hotdata_framework-0.4.1 → hotdata_framework-0.5.0}/.github/workflows/dependabot-automerge.yml
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
|
|
File without changes
|