14
0

16 Commits

Author SHA256 Message Date
42e070e154 - update to 3.36.0
* add support for python 3.13
  * add Asyncio SQLAlchemy support
  * add channels param to files.upload v2 method
  * support pathlike objects in upload util
  * WebClient/AsyncWebClient expose logger property
  * add support for elevate methods

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=30
2025-07-28 13:19:36 +00:00
63264242c3 - update to 3.33.2:
* Fix #1571 initial_value for RichTextInputElement should
    also accept type RichTextBlock
  * Switch canvases.* APIs to application/json format for
- update to 3.33.1:
  * Enable WebClient#assistant_threads_setSuggestedPrompts to
    skip title param - Thanks @seratch
- update to 3.33.0:
  * #1563 Add assistant.threads.* APIs
  * #1560 Fix RichTextElementParts.Date.timestamp to be an int -
- update to 3.32.0:
  * feat: add support for `conversations.requestShared`
    `approve`, `deny` & `list`
  * feat: add interactivity_pointer as trigger_id alias to
    views.* APIs
  * feat: support all possible fields for
    RichTextElementParts.Date

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=28
2024-10-30 19:54:05 +00:00
602e2e867a - Update to 3.31.0:
* feat: add new conversations.externalInvitePermissions.set API
  * feat: add team.externalTeams.disconnect
  * fix: redact bot_access_tokens from the debug logs of socket mode
  * feat: add team.externalTeams.list
  * Add canvases APIs and users.discoverableContacts.lookup API
  * Added deprecation warnings to Steps from Apps methods
  * Fix base url according to official documentation
  * Fix AttributeError on SocketModeClient.is_connected (aiohttp) when
    enabling debug-level logging

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=26
2024-08-06 04:15:49 +00:00
056bf40985 - update to 3.27.2:
* #1498 Fix #1496 Async client uses blocking call when
    uploading file with v
  * #1492 Fix #1468 `RichTextElement.elements` items are never
    promoted to a proper Python object type
  * #1459 Fix #1458 internal error within aiohttp-based socket mode

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=24
2024-06-10 07:58:21 +00:00
e7b2e79e9e - Update to 3.27.1:
* #1459 Fix #1458 internal error within aiohttp-based socket mode 
    client - Thanks @seratch @jhofeditz
  * #1450 #1452 Add "slack_file" properties to "image" blocks/elements
    under slack_sdk.models - Thanks @seratch
  * #1466 Fix #1462 websocket_client-based SocketModeClient does not
    reconnect after a DNS outage - Thanks @ktindall-godaddy @seratch
  * #1463 Unpin moto, and support moto 5.0 changes - Thanks
    @s-t-e-v-e-n-k

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=22
2024-03-06 03:20:24 +00:00
ae06ffca42 - update to 3.26.2:
* #1447 #1446 aiohttp based socket_mode failed to reconnect and
    enter a broken state
  * #1436 Configuring with pyproject.toml
  * #1443 Update run_*.sh scripts to align with the contributor
  * #1445 Replace Flask-Sockets with aiohttp for testing
  * #1448 Fix broken links to modal documentation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=20
2024-01-21 20:36:05 +00:00
75df066383 - update to 3.26.1:
* #1441 #1442 Built-in InstallationStores fail to resolve a
    valid bot token when both bot and user-only installations co-
    exist in database tables - Thanks @kulmatitskiy @seratch
  * #1440 Fix a bug on the aiohttp-based Socket Mode client's
    exception handling - Thanks @ifmcnichols
  * #1438 Add new `force` argument to `conversations.invite` API
    method - Thanks @filmaj
  * #1435 Enable testing for Python 3.12 and PyPy 3.10 on CI -
  * #1432 Add functions.completeSuccess/Error APIs for remote
    functions - Thanks @seratch @WilliamBergamin
  * #1433 Add RichTextBlock to Block.parse() targets - Thanks
    @seratch
  * #1430 Fix #1427 Add apps.manifest.* & tooling.tokens.rotate
    API support - Thanks @seratch
  * #1431 Fix #1428 Add rich_text classes to slack_sdk.models
    module - Thanks @seratch @tj-smith47
  * #1425 Fix #1424 Add file input block element support - Thanks
    @seratch
  * #1423 Fix #1421 Update SlackApiError exception handling for
    web client - Thanks @vinceta
  * #1418 Add new arguments to admin.users.list API method -
    Thanks @seratch
  * #1409 Make next_cursor extraction logic even more robust (ref
    #1407) - Thanks @seratch
  * #1406 Add `RichTextInputElement` to `slack_sdk.models` -
  * #1408 Update `files.upload` v2 method in correspondence with
    server-side changes - Thanks @seratch
  * Since this version, developers no longer need `files:read`
    permission for `files_upload_v2` method. To learn more about

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=18
2023-12-08 13:44:18 +00:00
d1e5fb9d17 - Update to 3.21.3:
* #1361 Fix #1356 files_upload_v2 filename required even though content
    provided
  * #1354 Fix a bug where SQLAlchemy based InstallationStore is missing
    client_id in queries
  * #1352 Improve the default OAuth page content renderer not to embed
    external parameters as-is
  * Update Audit Logs API response class to have newly added properties
  * #1349 Add five admin API supports to Web API clients (admin.roles.*,
    admin.conversations.convertToPublic, admin.conversations.lookup)
  * #1345 Add team parameter support to the authorize URL generators
  * #1343 Fix #1342 files_upload_v2 fails to share files in a channel
  * #1334 Fix #1333 Enable using RetryHandler for 200 OK response patterns
  * #1335 Fix #1327 OAuth module: SQLAlchemy v2 compatibility
  * #1311 Fix #1310 Add admin.conversations.bulk{Archive|Delete|Move} API
    method support
  * #1332 Fix #1322 Remove file_annotation parameter from chat.postMessage
    method
  * #1317 Add include_categories to emoji.list API args
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=16
2023-06-01 00:13:03 +00:00
a53adc0bfb Accepting request 1056666 from home:yarunachalam:branches:devel:languages:python
- Change log is upto date with the version.

OBS-URL: https://build.opensuse.org/request/show/1056666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=14
2023-01-09 08:29:10 +00:00
363aacecf2 Accepting request 1039695 from home:yarunachalam:branches:devel:languages:python
- Update to v3.19.5 
  #1303 Fix #1302 by updating the warning logs in WebClient to be consistent with Node SDK - Thanks @mar3mar3
  #1307 Fix #1304 ssl_context is not passed from async web_client to aiohttp socket client - Thanks @seratch @giwrgos-skouras
  #1308 Fix #1305 by fixing pagination with async for syntax - Thanks @seratch @WilliamYuhangLee
- Update to v3.19.4
  #1301 Fix #1297 Building user_auth_blocks with slack_sdk.models class objects for chat.unfurl API call fails - Thanks @seratch @injust
- Update to v3.19.3
  #1288 Add datetimepicker, url, email, number block elements - Thanks @WilliamBergamin
  #1294 Fix #1292 files_upload_v2 does not work with io.BytesIO file parameters - Thanks @seratch
  #1290 Update RTM API documents - Thanks @ryan-aldaz

OBS-URL: https://build.opensuse.org/request/show/1039695
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=12
2022-12-03 07:33:47 +00:00
00159f146c Accepting request 1034925 from home:yarunachalam:branches:devel:languages:python
- Update to 3.19.2 
  #1282 Add request_file_info arg to files_upload_v2 method - Thanks @seratch @eddyg
  #1278 Improve clarity of 'content' error message for files_upload_v2 - Thanks @eddyg
  #1283 Improve typing when using 'get' on an API response - Thanks @eddyg
  #1284 Add Python 3.11 support - Thanks @seratch
  #1281 Fix selected_option type hint - Thanks @taekop
  All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/71?closed=1

OBS-URL: https://build.opensuse.org/request/show/1034925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=10
2022-11-11 13:05:33 +00:00
26fb30f5a0 Accepting request 1032087 from home:yarunachalam:branches:devel:languages:python
- Update to 3.19.1
  Improve WebClient#files_upload_v2() to use given filename as the default title value - Thanks @seratch @mattpr
- Update to 3.19.0
  #1272 Add files.upload v2 support, which resolves #1191 #1165 - Thanks @seratch
- Update to 3.18.5
  #1271 Add more revert to #1269 - Thanks @seratch @yardensachs
- Update to 3.18.4 
  #1264 Fix retry_handlers type hint in AsyncBaseClient - Thanks @ronyb29
  #1265 #1266 Add selected_time (timepicker) to ViewStateValue class - Thanks @rei-0
  #1270 Add include_all_metadata to conversations.replies API arguments - Thanks @seratch
  #1269 Adjust the logic added by #1246 - Thanks @seratch @eddyg

OBS-URL: https://build.opensuse.org/request/show/1032087
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=8
2022-10-31 09:57:26 +00:00
c3a761cddb Accepting request 1008840 from home:yarunachalam:branches:devel:languages:python
- Update to version 3.18.3 
  Changes
  #1262 Fix #1261 blocks/attachments as str for chat.* API calls should be clearly supported - Thanks @seratch
  All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/66?closed=1
  All changes: v3.18.2...v3.18.3

OBS-URL: https://build.opensuse.org/request/show/1008840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=5
2022-10-07 19:21:11 +00:00
784e5487bf Fix Provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=3
2022-08-03 07:17:39 +00:00
9d7d5e63d2 Fix obsoletes/provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=2
2022-08-03 01:03:33 +00:00
4d8d07c90f - Inital release, 3.18.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slack-sdk?expand=0&rev=1
2022-08-02 06:32:35 +00:00