airbyte-agent-slack 0.1.25__tar.gz → 0.1.30__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.
Files changed (61) hide show
  1. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/AUTH.md +63 -8
  2. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/CHANGELOG.md +25 -0
  3. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/PKG-INFO +12 -12
  4. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/README.md +11 -11
  5. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/REFERENCE.md +0 -36
  6. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/__init__.py +4 -4
  7. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/connector_model_loader.py +0 -8
  8. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/http_client.py +1 -1
  9. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/schema/security.py +0 -1
  10. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/connector.py +1 -1
  11. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/connector_model.py +1 -4
  12. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/pyproject.toml +1 -1
  13. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/.gitignore +0 -0
  14. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/__init__.py +0 -0
  15. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/__init__.py +0 -0
  16. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/auth_strategies.py +0 -0
  17. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/auth_template.py +0 -0
  18. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
  19. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/cloud_utils/client.py +0 -0
  20. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/constants.py +0 -0
  21. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/exceptions.py +0 -0
  22. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/executor/__init__.py +0 -0
  23. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
  24. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/executor/local_executor.py +0 -0
  25. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/executor/models.py +0 -0
  26. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/extensions.py +0 -0
  27. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/http/__init__.py +0 -0
  28. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
  29. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
  30. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/http/config.py +0 -0
  31. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/http/exceptions.py +0 -0
  32. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/http/protocols.py +0 -0
  33. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/http/response.py +0 -0
  34. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/introspection.py +0 -0
  35. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/logging/__init__.py +0 -0
  36. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/logging/logger.py +0 -0
  37. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/logging/types.py +0 -0
  38. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/observability/__init__.py +0 -0
  39. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/observability/config.py +0 -0
  40. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/observability/models.py +0 -0
  41. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/observability/redactor.py +0 -0
  42. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/observability/session.py +0 -0
  43. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/performance/__init__.py +0 -0
  44. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/performance/instrumentation.py +0 -0
  45. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/performance/metrics.py +0 -0
  46. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/schema/__init__.py +0 -0
  47. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/schema/base.py +0 -0
  48. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/schema/components.py +0 -0
  49. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/schema/connector.py +0 -0
  50. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/schema/extensions.py +0 -0
  51. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/schema/operations.py +0 -0
  52. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/secrets.py +0 -0
  53. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/__init__.py +0 -0
  54. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/config.py +0 -0
  55. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/events.py +0 -0
  56. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/telemetry/tracker.py +0 -0
  57. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/types.py +0 -0
  58. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/utils.py +0 -0
  59. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/_vendored/connector_sdk/validation.py +0 -0
  60. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/models.py +29 -29
  61. {airbyte_agent_slack-0.1.25 → airbyte_agent_slack-0.1.30}/airbyte_agent_slack/types.py +0 -0
@@ -10,12 +10,17 @@ In open source mode, you provide API credentials directly to the connector.
10
10
 
11
11
  #### OAuth
12
12
 
13
+ `credentials` fields you need:
14
+
15
+
13
16
  | Field Name | Type | Required | Description |
14
17
  |------------|------|----------|-------------|
15
18
  | `client_id` | `str` | Yes | Your Slack App's Client ID |
16
19
  | `client_secret` | `str` | Yes | Your Slack App's Client Secret |
17
20
  | `access_token` | `str` | Yes | OAuth access token (bot token from oauth.v2.access response) |
18
21
 
22
+ Example request:
23
+
19
24
  ```python
20
25
  from airbyte_agent_slack import SlackConnector
21
26
  from airbyte_agent_slack.models import SlackOauth20AuthenticationAuthConfig
@@ -31,10 +36,14 @@ connector = SlackConnector(
31
36
 
32
37
  #### Token
33
38
 
39
+ `credentials` fields you need:
40
+
34
41
  | Field Name | Type | Required | Description |
35
42
  |------------|------|----------|-------------|
36
43
  | `api_token` | `str` | Yes | Your Slack Bot Token (xoxb-) or User Token (xoxp-) |
37
44
 
45
+ Example request:
46
+
38
47
  ```python
39
48
  from airbyte_agent_slack import SlackConnector
40
49
  from airbyte_agent_slack.models import SlackTokenAuthenticationAuthConfig
@@ -51,13 +60,31 @@ connector = SlackConnector(
51
60
  In hosted mode, you first create a connector via the Airbyte API (providing your OAuth or Token credentials), then execute operations using either the Python SDK or API. If you need a step-by-step guide, see the [hosted execution tutorial](https://docs.airbyte.com/ai-agents/quickstarts/tutorial-hosted).
52
61
 
53
62
  #### OAuth
63
+ Create a connector with OAuth credentials.
64
+
65
+ `credentials` fields you need:
66
+
67
+
68
+ | Field Name | Type | Required | Description |
69
+ |------------|------|----------|-------------|
70
+ | `client_id` | `str` | Yes | Your Slack App's Client ID |
71
+ | `client_secret` | `str` | Yes | Your Slack App's Client Secret |
72
+ | `access_token` | `str` | Yes | OAuth access token (bot token from oauth.v2.access response) |
73
+
74
+ `replication_config` fields you need:
75
+
76
+ | Field Name | Type | Required | Description |
77
+ |------------|------|----------|-------------|
78
+ | `start_date` | `str (date-time)` | Yes | UTC date and time in the format YYYY-MM-DDTHH:mm:ssZ from which to start replicating data. |
79
+ | `lookback_window` | `int` | Yes | Number of days to look back when syncing data (0-365). |
80
+ | `join_channels` | `bool` | Yes | Whether to automatically join public channels to sync messages. |
54
81
 
55
- Create a connector with OAuth credentials:
82
+ Example request:
56
83
 
57
84
  ```bash
58
- curl -X POST 'https://api.airbyte.ai/v1/integrations/connectors' \
59
- -H 'Authorization: Bearer <SCOPED_TOKEN>' \
60
- -H 'Content-Type: application/json' \
85
+ curl -X POST "https://api.airbyte.ai/v1/integrations/connectors" \
86
+ -H "Authorization: Bearer <SCOPED_TOKEN>" \
87
+ -H "Content-Type: application/json" \
61
88
  -d '{
62
89
  "external_user_id": "<EXTERNAL_USER_ID>",
63
90
  "connector_type": "Slack",
@@ -66,23 +93,51 @@ curl -X POST 'https://api.airbyte.ai/v1/integrations/connectors' \
66
93
  "client_id": "<Your Slack App's Client ID>",
67
94
  "client_secret": "<Your Slack App's Client Secret>",
68
95
  "access_token": "<OAuth access token (bot token from oauth.v2.access response)>"
96
+ },
97
+ "replication_config": {
98
+ "start_date": "<UTC date and time in the format YYYY-MM-DDTHH:mm:ssZ from which to start replicating data.>",
99
+ "lookback_window": "<Number of days to look back when syncing data (0-365).>",
100
+ "join_channels": "<Whether to automatically join public channels to sync messages.>"
69
101
  }
70
102
  }'
71
103
  ```
72
104
 
73
105
  #### Token
106
+ Create a connector with Token credentials.
107
+
108
+
109
+ `credentials` fields you need:
110
+
111
+ | Field Name | Type | Required | Description |
112
+ |------------|------|----------|-------------|
113
+ | `api_token` | `str` | Yes | Your Slack Bot Token (xoxb-) or User Token (xoxp-) |
114
+
115
+ `replication_config` fields you need:
116
+
117
+ | Field Name | Type | Required | Description |
118
+ |------------|------|----------|-------------|
119
+ | `start_date` | `str (date-time)` | Yes | UTC date and time in the format YYYY-MM-DDTHH:mm:ssZ from which to start replicating data. |
120
+ | `lookback_window` | `int` | Yes | Number of days to look back when syncing data (0-365). |
121
+ | `join_channels` | `bool` | Yes | Whether to automatically join public channels to sync messages. |
122
+
123
+ Example request:
74
124
 
75
- Create a connector with Token credentials:
76
125
 
77
126
  ```bash
78
- curl -X POST 'https://api.airbyte.ai/v1/integrations/connectors' \
79
- -H 'Authorization: Bearer <SCOPED_TOKEN>' \
80
- -H 'Content-Type: application/json' \
127
+ curl -X POST "https://api.airbyte.ai/v1/integrations/connectors" \
128
+ -H "Authorization: Bearer <SCOPED_TOKEN>" \
129
+ -H "Content-Type: application/json" \
81
130
  -d '{
82
131
  "external_user_id": "<EXTERNAL_USER_ID>",
83
132
  "connector_type": "Slack",
133
+ "name": "My Slack Connector",
84
134
  "credentials": {
85
135
  "api_token": "<Your Slack Bot Token (xoxb-) or User Token (xoxp-)>"
136
+ },
137
+ "replication_config": {
138
+ "start_date": "<UTC date and time in the format YYYY-MM-DDTHH:mm:ssZ from which to start replicating data.>",
139
+ "lookback_window": "<Number of days to look back when syncing data (0-365).>",
140
+ "join_channels": "<Whether to automatically join public channels to sync messages.>"
86
141
  }
87
142
  }'
88
143
  ```
@@ -1,5 +1,30 @@
1
1
  # Slack changelog
2
2
 
3
+ ## [0.1.30] - 2026-01-28
4
+ - Updated connector definition (YAML version 0.1.10)
5
+ - Source commit: 9aef9bd2
6
+ - SDK version: 0.1.0
7
+
8
+ ## [0.1.29] - 2026-01-28
9
+ - Updated connector definition (YAML version 0.1.9)
10
+ - Source commit: 71f48c10
11
+ - SDK version: 0.1.0
12
+
13
+ ## [0.1.28] - 2026-01-27
14
+ - Updated connector definition (YAML version 0.1.9)
15
+ - Source commit: 0f5e1914
16
+ - SDK version: 0.1.0
17
+
18
+ ## [0.1.27] - 2026-01-27
19
+ - Updated connector definition (YAML version 0.1.9)
20
+ - Source commit: a01f6b16
21
+ - SDK version: 0.1.0
22
+
23
+ ## [0.1.26] - 2026-01-27
24
+ - Updated connector definition (YAML version 0.1.9)
25
+ - Source commit: c9b05509
26
+ - SDK version: 0.1.0
27
+
3
28
  ## [0.1.25] - 2026-01-27
4
29
  - Updated connector definition (YAML version 0.1.8)
5
30
  - Source commit: 4bded58d
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airbyte-agent-slack
3
- Version: 0.1.25
3
+ Version: 0.1.30
4
4
  Summary: Airbyte Slack 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/
@@ -130,13 +130,11 @@ async def slack_execute(entity: str, action: str, params: dict | None = None):
130
130
  return await connector.execute(entity, action, params or {})
131
131
  ```
132
132
 
133
- ## Replication Configuration
134
-
135
- This connector supports replication configuration for MULTI mode sources. See the [full reference documentation](./REFERENCE.md#replication-configuration) for details on available options like `start_date`.
136
-
137
133
  ## Full documentation
138
134
 
139
- This connector supports the following entities and actions.
135
+ ### Entities and actions
136
+
137
+ This connector supports the following entities and actions. For more details, see this connector's [full reference documentation](REFERENCE.md).
140
138
 
141
139
  | Entity | Actions |
142
140
  |--------|---------|
@@ -150,14 +148,16 @@ This connector supports the following entities and actions.
150
148
  | Reactions | [Create](./REFERENCE.md#reactions-create) |
151
149
 
152
150
 
153
- For all authentication options, see the connector's [authentication documentation](AUTH.md).
151
+ ### Authentication and configuration
152
+
153
+ For all authentication and configuration options, see the connector's [authentication documentation](AUTH.md).
154
154
 
155
- For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
155
+ ### Slack API docs
156
156
 
157
- For the service's official API docs, see the [Slack API reference](https://api.slack.com/methods).
157
+ See the official [Slack API reference](https://api.slack.com/methods).
158
158
 
159
159
  ## Version information
160
160
 
161
- - **Package version:** 0.1.25
162
- - **Connector version:** 0.1.8
163
- - **Generated with Connector SDK commit SHA:** 4bded58d3cabff3ac257c30c425ccab118f6ed87
161
+ - **Package version:** 0.1.30
162
+ - **Connector version:** 0.1.10
163
+ - **Generated with Connector SDK commit SHA:** 9aef9bd212728c778fc1a8dbba36fe6d74ef1f8c
@@ -97,13 +97,11 @@ async def slack_execute(entity: str, action: str, params: dict | None = None):
97
97
  return await connector.execute(entity, action, params or {})
98
98
  ```
99
99
 
100
- ## Replication Configuration
101
-
102
- This connector supports replication configuration for MULTI mode sources. See the [full reference documentation](./REFERENCE.md#replication-configuration) for details on available options like `start_date`.
103
-
104
100
  ## Full documentation
105
101
 
106
- This connector supports the following entities and actions.
102
+ ### Entities and actions
103
+
104
+ This connector supports the following entities and actions. For more details, see this connector's [full reference documentation](REFERENCE.md).
107
105
 
108
106
  | Entity | Actions |
109
107
  |--------|---------|
@@ -117,14 +115,16 @@ This connector supports the following entities and actions.
117
115
  | Reactions | [Create](./REFERENCE.md#reactions-create) |
118
116
 
119
117
 
120
- For all authentication options, see the connector's [authentication documentation](AUTH.md).
118
+ ### Authentication and configuration
119
+
120
+ For all authentication and configuration options, see the connector's [authentication documentation](AUTH.md).
121
121
 
122
- For detailed documentation on available actions and parameters, see this connector's [full reference documentation](./REFERENCE.md).
122
+ ### Slack API docs
123
123
 
124
- For the service's official API docs, see the [Slack API reference](https://api.slack.com/methods).
124
+ See the official [Slack API reference](https://api.slack.com/methods).
125
125
 
126
126
  ## Version information
127
127
 
128
- - **Package version:** 0.1.25
129
- - **Connector version:** 0.1.8
130
- - **Generated with Connector SDK commit SHA:** 4bded58d3cabff3ac257c30c425ccab118f6ed87
128
+ - **Package version:** 0.1.30
129
+ - **Connector version:** 0.1.10
130
+ - **Generated with Connector SDK commit SHA:** 9aef9bd212728c778fc1a8dbba36fe6d74ef1f8c
@@ -1287,39 +1287,3 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
1287
1287
 
1288
1288
  </details>
1289
1289
 
1290
-
1291
-
1292
- ## Replication Configuration
1293
-
1294
- Settings for data replication from Slack
1295
-
1296
- These settings control how data is replicated from the source. Pass them via the `replication_config` parameter when creating a source.
1297
-
1298
- | Field Name | Type | Required | Description |
1299
- |------------|------|----------|-------------|
1300
- | `start_date` | `str (date-time)` | Yes | UTC date and time in the format YYYY-MM-DDTHH:mm:ssZ from which to start replicating data. |
1301
- | `lookback_window` | `int` | Yes | Number of days to look back when syncing data (0-365). |
1302
- | `join_channels` | `bool` | Yes | Whether to automatically join public channels to sync messages. |
1303
-
1304
- ### Example
1305
-
1306
- **API**
1307
-
1308
- ```bash
1309
- curl --location 'https://api.airbyte.ai/integrations/connectors' \
1310
- --header 'Content-Type: application/json' \
1311
- --header 'Authorization: Bearer {your_auth_token}' \
1312
- --data '{
1313
- "external_user_id": "{your_external_user_id}",
1314
- "connector_type": "slack",
1315
- "credentials": {
1316
- ...
1317
- },
1318
- "replication_config": {
1319
- "start_date": "<UTC date and time in the format YYYY-MM-DDTHH:mm:ssZ from which to start replicating data.>",
1320
- "lookback_window": "<Number of days to look back when syncing data (0-365).>",
1321
- "join_channels": "<Whether to automatically join public channels to sync messages.>"
1322
- },
1323
- "name": "My Slack Connector"
1324
- }'
1325
- ```
@@ -17,9 +17,9 @@ from .models import (
17
17
  ChannelPurpose,
18
18
  ChannelsListResponse,
19
19
  ChannelResponse,
20
- Attachment,
21
- Reaction,
22
20
  File,
21
+ Reaction,
22
+ Attachment,
23
23
  Message,
24
24
  Thread,
25
25
  EditedInfo,
@@ -95,9 +95,9 @@ __all__ = [
95
95
  "ChannelPurpose",
96
96
  "ChannelsListResponse",
97
97
  "ChannelResponse",
98
- "Attachment",
99
- "Reaction",
100
98
  "File",
99
+ "Reaction",
100
+ "Attachment",
101
101
  "Message",
102
102
  "Thread",
103
103
  "EditedInfo",
@@ -758,7 +758,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
758
758
  description="Authentication bearer token",
759
759
  format=None,
760
760
  pattern=None,
761
- airbyte_secret=False,
762
761
  default=None,
763
762
  )
764
763
  },
@@ -778,7 +777,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
778
777
  description="Authentication username",
779
778
  format=None,
780
779
  pattern=None,
781
- airbyte_secret=False,
782
780
  default=None,
783
781
  ),
784
782
  "password": AuthConfigFieldSpec(
@@ -787,7 +785,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
787
785
  description="Authentication password",
788
786
  format=None,
789
787
  pattern=None,
790
- airbyte_secret=False,
791
788
  default=None,
792
789
  ),
793
790
  },
@@ -807,7 +804,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
807
804
  description="API authentication key",
808
805
  format=None,
809
806
  pattern=None,
810
- airbyte_secret=False,
811
807
  default=None,
812
808
  )
813
809
  },
@@ -832,7 +828,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
832
828
  description="OAuth2 access token",
833
829
  format=None,
834
830
  pattern=None,
835
- airbyte_secret=False,
836
831
  default=None,
837
832
  ),
838
833
  "refresh_token": AuthConfigFieldSpec(
@@ -841,7 +836,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
841
836
  description="OAuth2 refresh token (optional)",
842
837
  format=None,
843
838
  pattern=None,
844
- airbyte_secret=False,
845
839
  default=None,
846
840
  ),
847
841
  "client_id": AuthConfigFieldSpec(
@@ -850,7 +844,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
850
844
  description="OAuth2 client ID (optional)",
851
845
  format=None,
852
846
  pattern=None,
853
- airbyte_secret=False,
854
847
  default=None,
855
848
  ),
856
849
  "client_secret": AuthConfigFieldSpec(
@@ -859,7 +852,6 @@ def _generate_default_auth_config(auth_type: AuthType) -> AirbyteAuthConfig:
859
852
  description="OAuth2 client secret (optional)",
860
853
  format=None,
861
854
  pattern=None,
862
- airbyte_secret=False,
863
855
  default=None,
864
856
  ),
865
857
  },
@@ -490,7 +490,7 @@ class HTTPClient:
490
490
 
491
491
  if not response_text.strip():
492
492
  response_data = {}
493
- elif "application/json" in content_type or not content_type:
493
+ elif "application/json" in content_type or "+json" in content_type or not content_type:
494
494
  response_data = await response.json()
495
495
  else:
496
496
  error_msg = f"Expected JSON response for {method.upper()} {url}, got content-type: {content_type}"
@@ -55,7 +55,6 @@ class AuthConfigFieldSpec(BaseModel):
55
55
  description: str | None = None
56
56
  format: str | None = None # e.g., "email", "uri"
57
57
  pattern: str | None = None # Regex validation
58
- airbyte_secret: bool = Field(False, alias="airbyte_secret")
59
58
  default: Any | None = None
60
59
 
61
60
 
@@ -107,7 +107,7 @@ class SlackConnector:
107
107
  """
108
108
 
109
109
  connector_name = "slack"
110
- connector_version = "0.1.8"
110
+ connector_version = "0.1.10"
111
111
  vendored_sdk_version = "0.1.0" # Version of vendored connector-sdk
112
112
 
113
113
  # Map of (entity, action) -> needs_envelope for envelope wrapping decision
@@ -27,7 +27,7 @@ from uuid import (
27
27
  SlackConnectorModel: ConnectorModel = ConnectorModel(
28
28
  id=UUID('c2281cee-86f9-4a86-bb48-d23286b4c7bd'),
29
29
  name='slack',
30
- version='0.1.8',
30
+ version='0.1.10',
31
31
  base_url='https://slack.com/api',
32
32
  auth=AuthConfig(
33
33
  options=[
@@ -43,7 +43,6 @@ SlackConnectorModel: ConnectorModel = ConnectorModel(
43
43
  'api_token': AuthConfigFieldSpec(
44
44
  title='API Token',
45
45
  description='Your Slack Bot Token (xoxb-) or User Token (xoxp-)',
46
- airbyte_secret=True,
47
46
  ),
48
47
  },
49
48
  auth_mapping={'token': '${api_token}'},
@@ -71,12 +70,10 @@ SlackConnectorModel: ConnectorModel = ConnectorModel(
71
70
  'client_secret': AuthConfigFieldSpec(
72
71
  title='Client Secret',
73
72
  description="Your Slack App's Client Secret",
74
- airbyte_secret=True,
75
73
  ),
76
74
  'access_token': AuthConfigFieldSpec(
77
75
  title='Access Token',
78
76
  description='OAuth access token (bot token from oauth.v2.access response)',
79
- airbyte_secret=True,
80
77
  ),
81
78
  },
82
79
  auth_mapping={
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "airbyte-agent-slack"
3
- version = "0.1.25"
3
+ version = "0.1.30"
4
4
  description = "Airbyte Slack Connector for AI platforms"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -176,35 +176,6 @@ class ChannelResponse(BaseModel):
176
176
  ok: Union[bool, Any] = Field(default=None)
177
177
  channel: Union[Channel, Any] = Field(default=None)
178
178
 
179
- class Attachment(BaseModel):
180
- """Message attachment"""
181
- model_config = ConfigDict(extra="allow", populate_by_name=True)
182
-
183
- id: Union[int | None, Any] = Field(default=None)
184
- fallback: Union[str | None, Any] = Field(default=None)
185
- color: Union[str | None, Any] = Field(default=None)
186
- pretext: Union[str | None, Any] = Field(default=None)
187
- author_name: Union[str | None, Any] = Field(default=None)
188
- author_link: Union[str | None, Any] = Field(default=None)
189
- author_icon: Union[str | None, Any] = Field(default=None)
190
- title: Union[str | None, Any] = Field(default=None)
191
- title_link: Union[str | None, Any] = Field(default=None)
192
- text: Union[str | None, Any] = Field(default=None)
193
- fields: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
194
- image_url: Union[str | None, Any] = Field(default=None)
195
- thumb_url: Union[str | None, Any] = Field(default=None)
196
- footer: Union[str | None, Any] = Field(default=None)
197
- footer_icon: Union[str | None, Any] = Field(default=None)
198
- ts: Union[Any, Any] = Field(default=None)
199
-
200
- class Reaction(BaseModel):
201
- """Message reaction"""
202
- model_config = ConfigDict(extra="allow", populate_by_name=True)
203
-
204
- name: Union[str | None, Any] = Field(default=None)
205
- users: Union[list[str] | None, Any] = Field(default=None)
206
- count: Union[int | None, Any] = Field(default=None)
207
-
208
179
  class File(BaseModel):
209
180
  """File object"""
210
181
  model_config = ConfigDict(extra="allow", populate_by_name=True)
@@ -229,6 +200,35 @@ class File(BaseModel):
229
200
  created: Union[int | None, Any] = Field(default=None)
230
201
  timestamp: Union[int | None, Any] = Field(default=None)
231
202
 
203
+ class Reaction(BaseModel):
204
+ """Message reaction"""
205
+ model_config = ConfigDict(extra="allow", populate_by_name=True)
206
+
207
+ name: Union[str | None, Any] = Field(default=None)
208
+ users: Union[list[str] | None, Any] = Field(default=None)
209
+ count: Union[int | None, Any] = Field(default=None)
210
+
211
+ class Attachment(BaseModel):
212
+ """Message attachment"""
213
+ model_config = ConfigDict(extra="allow", populate_by_name=True)
214
+
215
+ id: Union[int | None, Any] = Field(default=None)
216
+ fallback: Union[str | None, Any] = Field(default=None)
217
+ color: Union[str | None, Any] = Field(default=None)
218
+ pretext: Union[str | None, Any] = Field(default=None)
219
+ author_name: Union[str | None, Any] = Field(default=None)
220
+ author_link: Union[str | None, Any] = Field(default=None)
221
+ author_icon: Union[str | None, Any] = Field(default=None)
222
+ title: Union[str | None, Any] = Field(default=None)
223
+ title_link: Union[str | None, Any] = Field(default=None)
224
+ text: Union[str | None, Any] = Field(default=None)
225
+ fields: Union[list[dict[str, Any]] | None, Any] = Field(default=None)
226
+ image_url: Union[str | None, Any] = Field(default=None)
227
+ thumb_url: Union[str | None, Any] = Field(default=None)
228
+ footer: Union[str | None, Any] = Field(default=None)
229
+ footer_icon: Union[str | None, Any] = Field(default=None)
230
+ ts: Union[Any, Any] = Field(default=None)
231
+
232
232
  class Message(BaseModel):
233
233
  """Slack message object"""
234
234
  model_config = ConfigDict(extra="allow", populate_by_name=True)