Skip to content

fix(deps): update dependency elasticsearch-dsl to v8 - #3824

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/elasticsearch-dsl-8.x
Open

fix(deps): update dependency elasticsearch-dsl to v8#3824
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/elasticsearch-dsl-8.x

Conversation

@renovate

@renovate renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
elasticsearch-dsl >=7.4.0,<8.0.0>=8.18.0,<8.19.0 age confidence

Release Notes

elasticsearch/elasticsearch-dsl-py (elasticsearch-dsl)

v8.18.0

Compare Source

  • This package has been added to the Elasticsearch Python client <https://github.com/elastic/elasticsearch-py>. Development continues there. Consult the migration documentation <https://www.elastic.co/docs/reference/elasticsearch/clients/python/dsl_migrating> for more details. (#&#8203;1972 <https://github.com/elastic/elasticsearch-dsl-py/pull/1972>_)

v8.17.1

Compare Source

  • Added support for the point and shape fields (#&#8203;1963 <https://github.com/elastic/elasticsearch-dsl-py/pull/1963>_)
  • Corrected typing hints for the FunctionScore query (#&#8203;1960 <https://github.com/elastic/elasticsearch-dsl-py/pull/1960>_)

v8.17.0

Compare Source

  • Added support for quantized dense vector options (#&#8203;1948 <https://github.com/elastic/elasticsearch-dsl-py/pull/1948>_)
  • Added support for composable index templates (#&#8203;1943 <https://github.com/elastic/elasticsearch-dsl-py/pull/1943>_)

v8.16.0

Compare Source

  • Autogenerate parts of the library using documentation and types from the Elasticsearch specification
    • query classes (#&#8203;1890 <https://github.com/elastic/elasticsearch-dsl-py/pull/1890>_)
    • aggregation classes (#&#8203;1918 <https://github.com/elastic/elasticsearch-dsl-py/pull/1918>_)
    • response classes (#&#8203;1929 <https://github.com/elastic/elasticsearch-dsl-py/pull/1929>_ #&#8203;1932 <https://github.com/elastic/elasticsearch-dsl-py/pull/1932>_)
  • Support pipe syntax to declare optional document fields (#&#8203;1937 <https://github.com/elastic/elasticsearch-dsl-py/pull/1937>_)
  • Ignore document attributes typed with ClassVar (#&#8203;1936 <https://github.com/elastic/elasticsearch-dsl-py/pull/1936>_)
  • Support Python 3.13 (#&#8203;1938 <https://github.com/elastic/elasticsearch-dsl-py/pull/1938>_)

v8.15.4

Compare Source

  • Fixed the use of dictionaries as values in Terms query (#&#8203;1920 <https://github.com/elastic/elasticsearch-dsl-py/issues/1920>_)

v8.15.3

Compare Source

  • Fixed regression introduced in Terms query class (#&#8203;1907 <https://github.com/elastic/elasticsearch-dsl-py/pull/1907>_)
  • Removed unnecessary filter argument in AggBase.__getitem__ (#&#8203;1903 <https://github.com/elastic/elasticsearch-dsl-py/pull/1903>_)
  • Fixed deserialization of datetime.date fields (#&#8203;1914 <https://github.com/elastic/elasticsearch-dsl-py/pull/1914>_)

v8.15.2

Compare Source

  • Added support for any iterables to The Terms query (#&#8203;1887 <https://github.com/elastic/elasticsearch-dsl-py/pull/1887>_)
  • Added back support for tuples and other iterables to Search.source() method (#&#8203;1895 <https://github.com/elastic/elasticsearch-dsl-py/pull/1895>_)
  • Added recursive option to AttrDict.to_dict() (#&#8203;1892 <https://github.com/elastic/elasticsearch-dsl-py/pull/1892>_)
  • Removed unused analyzer from search as you type example (#&#8203;1883 <https://github.com/elastic/elasticsearch-dsl-py/pull/1883>_)

v8.15.1

Compare Source

  • Added support for the semantic_text field and semantic query type (#&#8203;1881 <https://github.com/elastic/elasticsearch-dsl-py/pull/1881>_)
  • Removed extra __orig_class__ attribute in aggregation responses (#&#8203;1877 <https://github.com/elastic/elasticsearch-dsl-py/pull/1877>_)

v8.15.0

Compare Source

  • Added the option to use Python types to declare document fields (#&#8203;1845 <https://github.com/elastic/elasticsearch-dsl-py/pull/1845>_)
  • Added type annotations (#&#8203;1533 <https://github.com/elastic/elasticsearch-dsl-py/pull/1533>_)
  • Added support for bulk document operations with Document.bulk() (#&#8203;1864 <https://github.com/elastic/elasticsearch-dsl-py/pull/1864>_)
  • Added the ConstantKeyword field to the top-level package (#&#8203;1843 <https://github.com/elastic/elasticsearch-dsl-py/pull/1843>_)
  • Added async_connections to the top-level package (#&#8203;1865 <https://github.com/elastic/elasticsearch-dsl-py/pull/1865>_)
  • Added index creation to the aggregations example (#&#8203;1862 <https://github.com/elastic/elasticsearch-dsl-py/pull/1862>_)

v8.14.0

Compare Source

  • Added text_expansion query clause (#&#8203;1837 <https://github.com/elastic/elasticsearch-dsl-py/pull/1837>_)
  • Added Response.search_after() and Search.search_after() methods for efficient iteration (#&#8203;1829 <https://github.com/elastic/elasticsearch-dsl-py/pull/1829>_)
  • Added point in time support and the iterate() method in the Search class (#&#8203;1833 <https://github.com/elastic/elasticsearch-dsl-py/pull/1833>_)
  • Added support for slicing multiple times in Search class (#&#8203;1771 <https://github.com/elastic/elasticsearch-dsl-py/pull/1771>)
    Added support for regular expressions in Completion.suggest() (#&#8203;1836 <https://github.com/elastic/elasticsearch-dsl-py/pull/1836>
    )
  • Fixed suggest() method of the Completion class to format requests correctly. (#&#8203;1836 <https://github.com/elastic/elasticsearch-dsl-py/pull/1836>_)
  • Fixed Document.update() to accept fields set to None or empty (#&#8203;1820 <https://github.com/elastic/elasticsearch-dsl-py/pull/1820>_)
  • Started work on type hints (Thanks Caio Fontes for leading this effort!)
    • Added Type hints to function.py (#&#8203;1827 <https://github.com/elastic/elasticsearch-dsl-py/pull/1827>_)
    • Added Type hints to query.py (#&#8203;1821 <https://github.com/elastic/elasticsearch-dsl-py/pull/1821>_)

v8.13.1

Compare Source

  • Added support for knn as a query option (#1770_)
  • Made the dims attribute of the dense vector type optional (#1776_)
  • Added missing inner_hits option to search.knn() method (#1777_)
  • Added support for detecting document updates in InnerDoc attributes (#1535_)
  • Changed _expand__to_dot setting to resolve at runtime (#1633_)
  • Added explicit error message when unsupported minimum_should_match values are used (#1774_)
  • Added the EmptySearch class (#1780_)
  • Added several missing aggregations:
    • AdjacencyMatrix (#1553_)
    • CategorizeText (#1588_)
    • GeohexGrid (#1590_)
    • IPPrefix (#1592_)
    • RandomSampler (#1594_)
    • GeoLine (#1628_)
    • MatrixStats (#1630_)
    • TopMetrics (#1706_)
  • Added params option to the FacetedSearch object (#1500_)
  • Added support for passing a dictionary in the script option for a document update (#1560_)
  • Added keys() and items() methods to AttrDict class (#1784_)
  • Added a to_list() method to the AttrList class (#1584_)
  • Fixed various documentation issues and typos (#1769, #1615, #1585, #1318, #1223_)
  • Added a vector search example (#1778_)

.. _#1770: elastic#1770
.. _#1776: elastic#1776
.. _#1777: elastic#1777
.. _#1535: elastic#1535
.. _#1633: elastic#1633
.. _#1774: elastic#1774
.. _#1780: elastic#1780
.. _#1553: elastic#1553
.. _#1588: elastic#1588
.. _#1590: elastic#1590
.. _#1592: elastic#1592
.. _#1594: elastic#1594
.. _#1628: elastic#1628
.. _#1630: elastic#1630
.. _#1706: elastic#1706
.. _#1500: elastic#1500
.. _#1560: elastic#1560
.. _#1784: elastic#1784
.. _#1584: elastic#1584
.. _#1769: elastic#1769
.. _#1615: elastic#1615
.. _#1585: elastic#1585
.. _#1318: elastic#1318
.. _#1223: elastic#1223
.. _#1778: elastic#1778

v8.13.0

Compare Source

  • Added asyncio support (#1714_)
  • Dropped support for Python 3.7 (#1717_)
  • Stopped mixing body and parameters in UpdateByQuery (#1702_)

.. _#1714: elastic#1714
.. _#1717: elastic#1717
.. _#1702: elastic#1702

v8.12.0

Compare Source

  • Added Search.knn() method (#1691_)
  • Added Search.rank() method (undocumented as it still is in technical preview) (#1692_)
  • Fixed importing collapse from dictionary (#1689_)

.. _#1689: elastic#1689
.. _#1691: elastic#1691
.. _#1692: elastic#1692

v8.11.0

Compare Source

  • Added support for Python 3.12 (#1680_)
  • Added Search.collapse() (#1649, contributed by @qcoumes)

.. _@​qcoumes: https://github.com/qcoumes
.. _#1680: elastic#1680
.. _#1649: elastic#1649

v8.9.0

Compare Source

  • Added Elasticsearch 8.x support (#1664_)
  • Dropped support for Python 2.7 and 3.5 (#1606, contributed by @hugovk)
  • Added support for Python 3.10 and 3.11 (#1608, contributed by @hugovk)
  • Added the MultiTerms aggregation (#1543, contributed by @Telomeraz)
  • Added the CombinedFields query (#1557, contributed by @Telomeraz)

.. _@​Telomeraz: https://github.com/Telomeraz
.. _@​hugovk: https://github.com/hugovk
.. _#1664: elastic#1664
.. _#1606: elastic#1606
.. _#1608: elastic#1608
.. _#1543: elastic#1543
.. _#1557: elastic#1557


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package elasticsearch-dsl
Using CPython 3.13.15 interpreter at: /opt/containerbase/tools/python/3.13.15/bin/python3
  × No solution found when resolving dependencies:
  ╰─▶ Because elasticsearch-dsl>=8.18.0 depends on elasticsearch>=8.0.0,<9.0.0
      and your project depends on elasticsearch>=7.17.0,<8.0.0, we
      can conclude that elasticsearch-dsl>=8.18.0 and your project are
      incompatible.
      And because your project depends on elasticsearch-dsl>=8.18.0, we can
      conclude that your project's requirements are unsatisfiable.

@renovate
renovate Bot force-pushed the renovate/elasticsearch-dsl-8.x branch from 2617d2d to e59553c Compare June 11, 2026 13:56
@renovate
renovate Bot force-pushed the renovate/elasticsearch-dsl-8.x branch from e59553c to 2422ae0 Compare July 20, 2026 22:33
@renovate
renovate Bot force-pushed the renovate/elasticsearch-dsl-8.x branch from 2422ae0 to 10ab46b Compare July 30, 2026 14:15
@renovate
renovate Bot force-pushed the renovate/elasticsearch-dsl-8.x branch from 10ab46b to ee81322 Compare August 11, 2026 13:45
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.

0 participants