ceramic_ai 2.3.2__tar.gz → 2.3.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.
- ceramic_ai-2.3.3/.release-please-manifest.json +3 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/CHANGELOG.md +8 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/PKG-INFO +1 -1
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/pyproject.toml +1 -1
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_client.py +10 -6
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_version.py +1 -1
- ceramic_ai-2.3.2/.release-please-manifest.json +0 -3
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/.gitignore +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/CONTRIBUTING.md +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/LICENSE +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/README.md +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/SECURITY.md +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/api.md +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/bin/publish-pypi +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/examples/.keep +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/examples/smoke_tests/python_sdk_async_smoke.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/examples/smoke_tests/python_sdk_smoke.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/release-please-config.json +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/requirements-dev.lock +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic/lib/.keep +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/__init__.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_base_client.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_compat.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_constants.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_exceptions.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_files.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_models.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_qs.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_resource.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_response.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_streaming.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_types.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/__init__.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_compat.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_datetime_parse.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_json.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_logs.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_path.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_proxy.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_reflection.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_resources_proxy.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_streams.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_sync.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_transform.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_typing.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/_utils/_utils.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/lib/.keep +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/py.typed +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/resources/__init__.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/types/__init__.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/types/client_search_params.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/src/ceramic_ai/types/search_response.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/__init__.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/api_resources/__init__.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/api_resources/test_client.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/conftest.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/sample_file.txt +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_client.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_extract_files.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_files.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_models.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_qs.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_required_args.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_response.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_streaming.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_transform.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_utils/test_datetime_parse.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_utils/test_json.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_utils/test_path.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_utils/test_proxy.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/test_utils/test_typing.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/tests/utils.py +0 -0
- {ceramic_ai-2.3.2 → ceramic_ai-2.3.3}/uv.lock +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.3.3 (2026-06-18)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v2.3.2...v2.3.3](https://github.com/CeramicTeam/ceramic-python/compare/v2.3.2...v2.3.3)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **auth:** prioritize first auth header ([b00096f](https://github.com/CeramicTeam/ceramic-python/commit/b00096f8c7f4d94bab4f24cf14789b6e793a4558))
|
|
10
|
+
|
|
3
11
|
## 2.3.2 (2026-05-26)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v2.3.1...v2.3.2](https://github.com/CeramicTeam/ceramic-python/compare/v2.3.1...v2.3.2)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ceramic_ai
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.3
|
|
4
4
|
Summary: The official Python library for the ceramic API
|
|
5
5
|
Project-URL: Homepage, https://github.com/CeramicTeam/ceramic-python
|
|
6
6
|
Project-URL: Repository, https://github.com/CeramicTeam/ceramic-python
|
|
@@ -138,9 +138,11 @@ class Ceramic(SyncAPIClient):
|
|
|
138
138
|
|
|
139
139
|
@override
|
|
140
140
|
def _auth_headers(self, security: SecurityOptions) -> dict[str, str]:
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
141
|
+
headers: dict[str, str] = {}
|
|
142
|
+
if security.get("bearer_auth", False):
|
|
143
|
+
for key, value in self._bearer_auth.items():
|
|
144
|
+
headers.setdefault(key, value)
|
|
145
|
+
return headers
|
|
144
146
|
|
|
145
147
|
@property
|
|
146
148
|
def _bearer_auth(self) -> dict[str, str]:
|
|
@@ -366,9 +368,11 @@ class AsyncCeramic(AsyncAPIClient):
|
|
|
366
368
|
|
|
367
369
|
@override
|
|
368
370
|
def _auth_headers(self, security: SecurityOptions) -> dict[str, str]:
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
371
|
+
headers: dict[str, str] = {}
|
|
372
|
+
if security.get("bearer_auth", False):
|
|
373
|
+
for key, value in self._bearer_auth.items():
|
|
374
|
+
headers.setdefault(key, value)
|
|
375
|
+
return headers
|
|
372
376
|
|
|
373
377
|
@property
|
|
374
378
|
def _bearer_auth(self) -> dict[str, str]:
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|