-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version 3.34.0 #1618
version 3.34.0 #1618
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1618 +/- ##
==========================================
+ Coverage 85.03% 85.06% +0.03%
==========================================
Files 113 113
Lines 12661 12661
==========================================
+ Hits 10766 10770 +4
+ Misses 1895 1891 -4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I'm excited for the improved stability and updates from #1613 that this'll include 🙏
@@ -420,39 +420,39 @@ <h3>Class variables</h3> | |||
<dl> | |||
<dt id="slack_sdk.audit_logs.AuditLogsClient.BASE_URL"><code class="name">var <span class="ident">BASE_URL</span></code></dt> | |||
<dd> | |||
<div class="desc"></div> | |||
<div class="desc"><p>The type of the None singleton.</p></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious- are most of the references due to a more recent python
version being used? I'm a fan of the detail 📚 ✨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming it is, I used the latests version of python to generate the docs 🤔
Summary
Release 3.34.0
Testing
N/A
Category
/docs
(Documents)/tutorial
(PythOnBoardingBot tutorial)tests
/integration_tests
(Automated tests for this library)Requirements
python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.sh
after making the changes.