python_demo_yeah 0.5.1__tar.gz → 0.5.3__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.
- python_demo_yeah-0.5.3/.release-please-manifest.json +3 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/CHANGELOG.md +8 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/PKG-INFO +1 -1
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/pyproject.toml +1 -1
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_version.py +1 -1
- python_demo_yeah-0.5.1/.release-please-manifest.json +0 -3
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/.gitignore +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/CONTRIBUTING.md +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/LICENSE +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/README.md +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/SECURITY.md +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/api.md +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/bin/check-release-environment +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/bin/publish-pypi +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/examples/.keep +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/release-please-config.json +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/requirements-dev.lock +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_base_client.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_client.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_compat.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_constants.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_exceptions.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_files.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_models.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_qs.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_resource.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_response.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_streaming.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_types.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_compat.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_datetime_parse.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_json.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_logs.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_path.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_proxy.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_reflection.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_resources_proxy.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_streams.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_sync.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_transform.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_typing.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_utils.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/lib/.keep +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/py.typed +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/resources/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/resources/v1/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/resources/v1/memories/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/resources/v1/memories/conversation_meta.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/resources/v1/memories/memories.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/resources/v1/v1.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memories/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memories/conversation_meta_create_params.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memories/conversation_meta_create_response.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memories/conversation_meta_update_params.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memories/conversation_meta_update_response.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_create_params.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_create_response.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_delete_params.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_delete_response.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_list_params.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_list_response.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_search_params.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_search_response.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/api_resources/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/api_resources/v1/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/api_resources/v1/memories/__init__.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/api_resources/v1/memories/test_conversation_meta.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/api_resources/v1/test_memories.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/conftest.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/sample_file.txt +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_client.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_deepcopy.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_extract_files.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_files.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_models.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_qs.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_required_args.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_response.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_streaming.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_transform.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_utils/test_datetime_parse.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_utils/test_json.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_utils/test_path.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_utils/test_proxy.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/test_utils/test_typing.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/utils.py +0 -0
- {python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/uv.lock +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.5.3 (2026-04-06)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.5.1...v0.5.3](https://github.com/jssfy/stainless-sdk-demo/compare/v0.5.1...v0.5.3)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* bump version for pypi release ([ef7ada2](https://github.com/jssfy/stainless-sdk-demo/commit/ef7ada244d27d0d89d7072edd4f70f8e5be65b25))
|
|
10
|
+
|
|
3
11
|
## 0.5.1 (2026-04-06)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.5.0...v0.5.1](https://github.com/jssfy/stainless-sdk-demo/compare/v0.5.0...v0.5.1)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: python_demo_yeah
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
4
4
|
Summary: The official Python library for the python-demo API
|
|
5
5
|
Project-URL: Homepage, https://github.com/jssfy/stainless-sdk-demo
|
|
6
6
|
Project-URL: Repository, https://github.com/jssfy/stainless-sdk-demo
|
|
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
|
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/_utils/_resources_proxy.py
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
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/resources/v1/memories/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/resources/v1/memories/memories.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memories/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_create_params.py
RENAMED
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_create_response.py
RENAMED
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_delete_params.py
RENAMED
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_delete_response.py
RENAMED
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_list_params.py
RENAMED
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_list_response.py
RENAMED
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_search_params.py
RENAMED
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/src/python_demo/types/v1/memory_search_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_demo_yeah-0.5.1 → python_demo_yeah-0.5.3}/tests/api_resources/v1/memories/__init__.py
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
|