Skip to content
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

Update pysolr requirement from <3.10,>=3.9 to >=3.9,<3.11 #4365

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Updates the requirements on pysolr to permit the latest version.

Release notes

Sourced from pysolr's releases.

v3.10.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from pysolr's changelog.

Changelog

%%version%% (unreleased)

New


- Support for nested documents (closes [#170](https://github.com/django-haystack/pysolr/issues/170)) [Chris Adams]

This adds support for Solr's nested documents in Solr.add

Thanks to @​skirsdeda for the patch

  • ZooKeeper can receive an existing KazooClient instance. [Chris Adams]

    This simplifies advanced customization by allowing you to pass in an existing instance which is configured in whatever manner necessary.

Changes

  • Logging: pass full request body + headers as extra data. [Chris Adams]

    This doesn't affect the normal logging output but is helpful for aggregation systems such as Sentry where the full request information may be displayed for debugging purposes

  • Basic max_retries for ZooKeeper. [Chris Adams]

    Kazoo sets the default to hang forever which is frequently not the desired error-handling behavior. This makes it easier to set a limit on the number of retries and we use it in testing to avoid the suite hanging endlessly.

  • Better error message for Solr failures. [Chris Adams]

    Previously when ZooKeeper had no active shards pysolr would return an error when random.shuffle received an empty list. Now it will raise an exception which will hopefully indicate just how bad the situation is.

  • Remove del methods. [Chris Adams]

    The del methods were added in an attempt to avoid Kazoo-related failures as part of the SolrCloud support but can cause other problems on different versions of Python (see #193).

    Since the errors in question were observed during testing this commit removes the del methods and we will have to find an alternative for making tests fail safely.

  • Custom Commit Policy . [Evan Fagerberg]

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [pysolr](https://github.com/django-haystack/pysolr) to permit the latest version.
- [Release notes](https://github.com/django-haystack/pysolr/releases)
- [Changelog](https://github.com/django-haystack/pysolr/blob/master/CHANGELOG.rst)
- [Commits](django-haystack/pysolr@v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: pysolr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants