Skip to content

update mongodb without deprecated [srv] extra requirement#9258

Merged
thedrow merged 1 commit into
celery:mainfrom
fmigneault:patch-1
Sep 11, 2024
Merged

update mongodb without deprecated [srv] extra requirement#9258
thedrow merged 1 commit into
celery:mainfrom
fmigneault:patch-1

Conversation

@fmigneault

Copy link
Copy Markdown
Contributor

Description

Avoids using pymongo[srv]. The extra requirement was removed since pymongo==4.3, because the dnspython it referred to is now required. The [srv] extra was left as an empty list of dependencies for backward compatibility and to avoid pip warnings, but was removed in pymongo==4.8. See the linked issue for more details.

@codecov

codecov Bot commented Sep 11, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.01%. Comparing base (ce82f90) to head (011625e).
Report is 103 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9258   +/-   ##
=======================================
  Coverage   78.01%   78.01%           
=======================================
  Files         150      150           
  Lines       18828    18828           
  Branches     3221     3221           
=======================================
  Hits        14689    14689           
  Misses       3835     3835           
  Partials      304      304           
Flag Coverage Δ
unittests 77.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thedrow thedrow merged commit 690d08e into celery:main Sep 11, 2024
@fmigneault fmigneault deleted the patch-1 branch September 11, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Breaking pymongo[srv] with pymongo==4.8.0

2 participants