Update python-elasticsearch-dsl to version 8.17.0 / rev 10 via SR 1235858
https://build.opensuse.org/request/show/1235858
by user dgarcia + anag+factory
- Update to 8.17.0:
* Added support for quantized dense vector options (#1948)
* Added support for composable index templates (#1943)
- 8.16.0:
* Autogenerate parts of the library using documentation and types from the Elasticsearch specification
- query classes (#1890)
- aggregation classes (#1918)
- response classes (#1929 #1932)
* Support pipe syntax to declare optional document fields (#1937)
* Ignore document attributes typed with ClassVar (#1936)
* Support Python 3.13 (#1938)
- 8.15.4:
* Fixed the use of dictionaries as values in Terms query (#1920)
- 8.15.3:
* Fixed regression introduced in Terms query class (#1907)
* Removed unnecessary filter argument in AggBase.__getitem__ (#1903)
* Fixed deserialization of datetime.date fields (#1914)
- 8.15.2:
*