Skip to content

bots: migrate to new bs4 API #868

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

Merged
merged 1 commit into from
May 6, 2025
Merged

Conversation

emmanuel-ferdman
Copy link
Contributor

@emmanuel-ferdman emmanuel-ferdman commented May 2, 2025

PR Summary

Small PR - resolves the bs4 deprecation warnings which you can see in the CI logs:

  /home/runner/work/python-zulip-api/python-zulip-api/zulip_bots/zulip_bots/bots/google_search/google_search.py:21: DeprecationWarning: Call to deprecated method findAll. (Replaced by find_all) -- Deprecated since version 4.0.0.
    anchors = search.findAll("a")

Signed-off-by: Emmanuel Ferdman <[email protected]>
@timabbott timabbott merged commit 445ea13 into zulip:main May 6, 2025
13 of 14 checks passed
@timabbott
Copy link
Member

Great, merged, thanks @emmanuel-ferdman!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants