Slack-sdk

Latest version: v3.35.0

Safety actively analyzes 722861 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 23

3.35.0

What's Changed
➕ features
* feat: 1276 add Asyncio SQLAlchemy support by galuszkak in https://github.com/slackapi/python-slack-sdk/pull/1633
* feat: add `channels` param to files.upload v2 method by seratch in https://github.com/slackapi/python-slack-sdk/pull/1641
* feat: support pathlike objects in upload util by allen-pattern in https://github.com/slackapi/python-slack-sdk/pull/1656
* feat: WebClient/AsyncWebClient expose logger property by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1671

🐛 fixes
* fix: 1622 Additional check for exceptions from aiohttp by lingfish in https://github.com/slackapi/python-slack-sdk/pull/1632
* fix: 1611 Add expand attribute to SectionBlock by seratch in https://github.com/slackapi/python-slack-sdk/pull/1635
* fix: 1636 Custom Values passed into correctly into Bot/Installation class when cloned during token rotation by seratch in https://github.com/slackapi/python-slack-sdk/pull/1638
* fix: Remove quotes from cookie value in OAuthStateUtils by memben in https://github.com/slackapi/python-slack-sdk/pull/1648
* fix: max length for static option values by xoob in https://github.com/slackapi/python-slack-sdk/pull/1655

📚 docs
* docs: Syncing config files with Deno Slack SDK and Slack CLI docs by slackapi in https://github.com/slackapi/python-slack-sdk/pull/1619
* docs: Move Python OAuth Scopes and Uploading files with Python SDK tutorials to Python SDK site. by technically-tracy in https://github.com/slackapi/python-slack-sdk/pull/1657
* docs: matches site css to slack.dev and docs.slack.dev by slackapi in https://github.com/slackapi/python-slack-sdk/pull/1660
* fixes broken apps navbar link by slackapi in https://github.com/slackapi/python-slack-sdk/pull/1666
* docs: `channel_id` instead of `channel` in `files_upload_v2` documentation by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1670

🏗️ maintenance
* health: move away from setup.py by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1623
* health: move to mypy by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1620
* health: remove pytest-runner from build-system.requires by musicinmybrain in https://github.com/slackapi/python-slack-sdk/pull/1659
* docs: include packaging script steps in the maintainers guide by zimeg in https://github.com/slackapi/python-slack-sdk/pull/1672
* fix: configure dependabot to group react deps by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1664
* chore: version 3.35.0 by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1674

:dependabot: dependabot
* chore(deps): bump pdoc3 from 0.11.3 to 0.11.5 by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1625
* chore(deps): update mypy requirement from <=1.13.0 to <=1.14.1 by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1626
* chore(deps): bump prism-react-renderer from 2.4.0 to 2.4.1 in /docs by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1627
* chore(deps): bump actions/stale from 9.0.0 to 9.1.0 by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1646
* chore(deps): bump the docusaurus group in /docs with 5 updates by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1643
* chore(deps): update psutil requirement from <7,>=6.0.0 to >=6.0.0,<8 by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1661
* chore(deps): update websockets requirement from <15,>=9.1 to >=9.1,<16 by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1662
* chore(deps): update mypy requirement from <=1.14.1 to <=1.15.0 by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1663
* chore(deps): bump the react group in /docs with 2 updates by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1665
* chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /docs by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1668

New Contributors
* lingfish made their first contribution in https://github.com/slackapi/python-slack-sdk/pull/1632
* galuszkak made their first contribution in https://github.com/slackapi/python-slack-sdk/pull/1633
* memben made their first contribution in https://github.com/slackapi/python-slack-sdk/pull/1648
* xoob made their first contribution in https://github.com/slackapi/python-slack-sdk/pull/1655
* technically-tracy made their first contribution in https://github.com/slackapi/python-slack-sdk/pull/1657
* musicinmybrain made their first contribution in https://github.com/slackapi/python-slack-sdk/pull/1659
* allen-pattern made their first contribution in https://github.com/slackapi/python-slack-sdk/pull/1656
---
* All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/108?closed=1
* All changes: https://github.com/slackapi/python-slack-sdk/compare/v3.34.0...v3.35.0

3.34.0

Changes

* feat: add support for python 3.13 by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1614
* fix: 'ClientConnection' object has no attribute 'closed' when using socket mode with asyncio by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1613
* build: improve the stability of flaky tests by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1615
* build: enable tests that are now stable by WilliamBergamin in https://github.com/slackapi/python-slack-sdk/pull/1617

Dependabot
* Bump path-to-regexp and express in /docs by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1610
* chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs by dependabot in https://github.com/slackapi/python-slack-sdk/pull/1616

---
* All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/110?closed=1
* All changes: https://github.com/slackapi/python-slack-sdk/compare/v3.33.5...v3.34.0

3.33.5

Changes

* 1594 1598 1541 Improve WebClient's slack.com url overwriting experience - Thanks HTSagara WilliamBergamin
* 1609 SocketModeClient expose asyncio event loop param - Thanks jantman
* 1602 Improve unit tests' mock server implementation - Thanks WilliamBergamin
* 1608 "channel_id" instead of "channel" in "files_upload_v2" code example - Thanks wefi-nick

---
* All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/109?closed=1
* All changes: https://github.com/slackapi/python-slack-sdk/compare/v3.33.4...v3.33.5

3.33.4

Changes

* 1593 Error with socket_mode_handler.connect_async(), not passing bytes to ping w/ aiohttp 3.11 - Thanks jasonwbarnett bdraco keviddles

---
* All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/107?closed=1
* All changes: https://github.com/slackapi/python-slack-sdk/compare/v3.33.3...v3.33.4

3.33.3

Changes

* 1576 Enable rich_text_* elements to have an empty 'elements' property - Thanks seratch

---
* All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/106?closed=1
* All changes: https://github.com/slackapi/python-slack-sdk/compare/v3.33.2...v3.33.3

3.33.2

Changes

* 1572 Fix 1571 initial_value for RichTextInputElement should also accept type RichTextBlock - Thanks macintacos seratch
* 1574 Switch canvases.* APIs to application/json format for more stability - Thanks seratch

---
* All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/105?closed=1
* All changes: https://github.com/slackapi/python-slack-sdk/compare/v3.33.1...v3.33.2

Page 1 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.