airbyte-agent-shopify 0.1.1__tar.gz → 0.1.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.
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/CHANGELOG.md +5 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/PKG-INFO +3 -3
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/README.md +2 -2
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/pyproject.toml +1 -1
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/.gitignore +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/REFERENCE.md +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/connector.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/connector_model.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/models.py +0 -0
- {airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/types.py +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Shopify changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.2] - 2026-01-21
|
|
4
|
+
- Updated connector definition (YAML version 0.1.1)
|
|
5
|
+
- Source commit: c7dab975
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.1] - 2026-01-19
|
|
4
9
|
- Updated connector definition (YAML version 0.1.1)
|
|
5
10
|
- Source commit: 529cebb7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-shopify
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Airbyte Shopify Connector for AI platforms
|
|
5
5
|
Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
|
|
6
6
|
Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
|
|
@@ -134,6 +134,6 @@ For the service's official API docs, see the [Shopify API reference](https://sho
|
|
|
134
134
|
|
|
135
135
|
## Version information
|
|
136
136
|
|
|
137
|
-
- **Package version:** 0.1.
|
|
137
|
+
- **Package version:** 0.1.2
|
|
138
138
|
- **Connector version:** 0.1.1
|
|
139
|
-
- **Generated with Connector SDK commit SHA:**
|
|
139
|
+
- **Generated with Connector SDK commit SHA:** c7dab97573a377c99c730f5f0f2c02733d2b3161
|
|
@@ -101,6 +101,6 @@ For the service's official API docs, see the [Shopify API reference](https://sho
|
|
|
101
101
|
|
|
102
102
|
## Version information
|
|
103
103
|
|
|
104
|
-
- **Package version:** 0.1.
|
|
104
|
+
- **Package version:** 0.1.2
|
|
105
105
|
- **Connector version:** 0.1.1
|
|
106
|
-
- **Generated with Connector SDK commit SHA:**
|
|
106
|
+
- **Generated with Connector SDK commit SHA:** c7dab97573a377c99c730f5f0f2c02733d2b3161
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/__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
|
|
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
|
{airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/connector.py
RENAMED
|
File without changes
|
{airbyte_agent_shopify-0.1.1 → airbyte_agent_shopify-0.1.2}/airbyte_agent_shopify/connector_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|