airbyte-agent-github 0.18.97__tar.gz → 0.18.99__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_github-0.18.97 → airbyte_agent_github-0.18.99}/CHANGELOG.md +10 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/PKG-INFO +3 -3
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/README.md +2 -2
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/validation/replication.py +4 -1
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/pyproject.toml +1 -1
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/.gitignore +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/AUTH.md +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/REFERENCE.md +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/validation/__init__.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/validation/models.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/_vendored/connector_sdk/validation/readiness.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/connector.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/connector_model.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/models.py +0 -0
- {airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/types.py +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Github changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.99] - 2026-02-10
|
|
4
|
+
- Updated connector definition (YAML version 0.1.12)
|
|
5
|
+
- Source commit: c1483418
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
8
|
+
## [0.18.98] - 2026-02-10
|
|
9
|
+
- Updated connector definition (YAML version 0.1.12)
|
|
10
|
+
- Source commit: 04691d06
|
|
11
|
+
- SDK version: 0.1.0
|
|
12
|
+
|
|
3
13
|
## [0.18.97] - 2026-02-06
|
|
4
14
|
- Updated connector definition (YAML version 0.1.12)
|
|
5
15
|
- Source commit: df1e8094
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-github
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.99
|
|
4
4
|
Summary: Airbyte Github 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/
|
|
@@ -158,7 +158,7 @@ See the official [Github API reference](https://docs.github.com/en/rest).
|
|
|
158
158
|
|
|
159
159
|
## Version information
|
|
160
160
|
|
|
161
|
-
- **Package version:** 0.18.
|
|
161
|
+
- **Package version:** 0.18.99
|
|
162
162
|
- **Connector version:** 0.1.12
|
|
163
|
-
- **Generated with Connector SDK commit SHA:**
|
|
163
|
+
- **Generated with Connector SDK commit SHA:** c148341811171ee60ceae3db633750c80f0e3fbd
|
|
164
164
|
- **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/github/CHANGELOG.md)
|
|
@@ -125,7 +125,7 @@ See the official [Github API reference](https://docs.github.com/en/rest).
|
|
|
125
125
|
|
|
126
126
|
## Version information
|
|
127
127
|
|
|
128
|
-
- **Package version:** 0.18.
|
|
128
|
+
- **Package version:** 0.18.99
|
|
129
129
|
- **Connector version:** 0.1.12
|
|
130
|
-
- **Generated with Connector SDK commit SHA:**
|
|
130
|
+
- **Generated with Connector SDK commit SHA:** c148341811171ee60ceae3db633750c80f0e3fbd
|
|
131
131
|
- **Changelog:** [View changelog](https://github.com/airbytehq/airbyte-agent-connectors/blob/main/connectors/github/CHANGELOG.md)
|
|
@@ -141,7 +141,10 @@ def validate_connector_definition_id(
|
|
|
141
141
|
registry_id = registry_metadata.get("sourceDefinitionId", "")
|
|
142
142
|
|
|
143
143
|
if connector_definition_id.lower() != registry_id.lower():
|
|
144
|
-
errors.append(
|
|
144
|
+
errors.append(
|
|
145
|
+
f"Connector ID mismatch: connector.yaml has '{connector_definition_id}'"
|
|
146
|
+
f" but Airbyte registry has '{registry_id}' for '{connector_name}'."
|
|
147
|
+
)
|
|
145
148
|
return False, errors, warnings, True # Invalid, skip remaining checks
|
|
146
149
|
|
|
147
150
|
return True, errors, warnings, False # Valid, continue with checks
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/__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
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/connector.py
RENAMED
|
File without changes
|
|
File without changes
|
{airbyte_agent_github-0.18.97 → airbyte_agent_github-0.18.99}/airbyte_agent_github/models.py
RENAMED
|
File without changes
|
|
File without changes
|