File tree Expand file tree Collapse file tree 7 files changed +12
-38
lines changed
Expand file tree Collapse file tree 7 files changed +12
-38
lines changed Original file line number Diff line number Diff line change 1212 # Don't skip search tests.
1313 TOX_POSARGS : ' '
1414 PYTEST_COVERAGE : --cov-report=xml --cov-config .coveragerc --cov=. --cov-append
15- - image : ' docker.elastic.co/elasticsearch/elasticsearch:8.10.2 '
15+ - image : ' docker.elastic.co/elasticsearch/elasticsearch:8.19.7 '
1616 name : search
1717 environment :
1818 discovery.type : single-node
Original file line number Diff line number Diff line change 33import structlog
44from django .conf import settings
55from elasticsearch import Elasticsearch
6- from elasticsearch_dsl import FacetedSearch
7- from elasticsearch_dsl import TermsFacet
8- from elasticsearch_dsl .query import Bool
9- from elasticsearch_dsl .query import FunctionScore
10- from elasticsearch_dsl .query import MultiMatch
11- from elasticsearch_dsl .query import Nested
12- from elasticsearch_dsl .query import SimpleQueryString
13- from elasticsearch_dsl .query import Term
14- from elasticsearch_dsl .query import Terms
15- from elasticsearch_dsl .query import Wildcard
6+ from elasticsearch . dsl import FacetedSearch
7+ from elasticsearch . dsl import TermsFacet
8+ from elasticsearch . dsl .query import Bool
9+ from elasticsearch . dsl .query import FunctionScore
10+ from elasticsearch . dsl .query import MultiMatch
11+ from elasticsearch . dsl .query import Nested
12+ from elasticsearch . dsl .query import SimpleQueryString
13+ from elasticsearch . dsl .query import Term
14+ from elasticsearch . dsl .query import Terms
15+ from elasticsearch . dsl .query import Wildcard
1616
1717from readthedocs .search .documents import PageDocument
1818from readthedocs .search .documents import ProjectDocument
Original file line number Diff line number Diff line change @@ -199,14 +199,10 @@ elastic-transport==8.17.1
199199 # via
200200 # -r requirements/pip.txt
201201 # elasticsearch
202- # elasticsearch-dsl
203202elasticsearch==8.19.2
204203 # via
205204 # -r requirements/pip.txt
206205 # django-elasticsearch-dsl
207- # elasticsearch-dsl
208- elasticsearch-dsl==8.18.0
209- # via -r requirements/pip.txt
210206executing==2.2.1
211207 # via stack-data
212208fido2==2.0.0
@@ -342,7 +338,6 @@ python-dateutil==2.9.0.post0
342338 # botocore
343339 # celery
344340 # elasticsearch
345- # elasticsearch-dsl
346341python-ipware==3.0.0
347342 # via
348343 # -r requirements/pip.txt
@@ -427,7 +422,6 @@ typing-extensions==4.15.0
427422 # -r requirements/pip.txt
428423 # cron-descriptor
429424 # elasticsearch
430- # elasticsearch-dsl
431425 # psycopg
432426 # psycopg-pool
433427 # pydantic
Original file line number Diff line number Diff line change @@ -207,14 +207,10 @@ elastic-transport==8.17.1
207207 # via
208208 # -r requirements/pip.txt
209209 # elasticsearch
210- # elasticsearch-dsl
211210elasticsearch==8.19.2
212211 # via
213212 # -r requirements/pip.txt
214213 # django-elasticsearch-dsl
215- # elasticsearch-dsl
216- elasticsearch-dsl==8.18.0
217- # via -r requirements/pip.txt
218214executing==2.2.1
219215 # via stack-data
220216fancycompleter==0.11.1
@@ -370,7 +366,6 @@ python-dateutil==2.9.0.post0
370366 # botocore
371367 # celery
372368 # elasticsearch
373- # elasticsearch-dsl
374369python-ipware==3.0.0
375370 # via
376371 # -r requirements/pip.txt
@@ -454,7 +449,6 @@ typing-extensions==4.15.0
454449 # -r requirements/pip.txt
455450 # cron-descriptor
456451 # elasticsearch
457- # elasticsearch-dsl
458452 # psycopg
459453 # psycopg-pool
460454 # pydantic
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ requests-oauthlib
6262
6363# Search
6464elasticsearch~=8.0
65- elasticsearch-dsl~=8.0
6665django-elasticsearch-dsl~=8.0
6766
6867selectolax
Original file line number Diff line number Diff line change @@ -157,16 +157,11 @@ drf-extensions==0.8.0
157157drf-flex-fields==1.0.2
158158 # via -r requirements/pip.in
159159elastic-transport==8.17.1
160- # via
161- # elasticsearch
162- # elasticsearch-dsl
160+ # via elasticsearch
163161elasticsearch==8.19.2
164162 # via
165163 # -r requirements/pip.in
166164 # django-elasticsearch-dsl
167- # elasticsearch-dsl
168- elasticsearch-dsl==8.18.0
169- # via -r requirements/pip.in
170165fido2==2.0.0
171166 # via django-allauth
172167filelock==3.20.0
@@ -247,7 +242,6 @@ python-dateutil==2.9.0.post0
247242 # botocore
248243 # celery
249244 # elasticsearch
250- # elasticsearch-dsl
251245python-ipware==3.0.0
252246 # via django-ipware
253247python3-saml==1.16.0
@@ -308,7 +302,6 @@ typing-extensions==4.15.0
308302 # via
309303 # cron-descriptor
310304 # elasticsearch
311- # elasticsearch-dsl
312305 # psycopg
313306 # psycopg-pool
314307 # pydantic
Original file line number Diff line number Diff line change @@ -210,14 +210,10 @@ elastic-transport==8.17.1
210210 # via
211211 # -r requirements/pip.txt
212212 # elasticsearch
213- # elasticsearch-dsl
214213elasticsearch==8.19.2
215214 # via
216215 # -r requirements/pip.txt
217216 # django-elasticsearch-dsl
218- # elasticsearch-dsl
219- elasticsearch-dsl==8.18.0
220- # via -r requirements/pip.txt
221217execnet==2.1.1
222218 # via pytest-xdist
223219fido2==2.0.0
@@ -369,7 +365,6 @@ python-dateutil==2.9.0.post0
369365 # botocore
370366 # celery
371367 # elasticsearch
372- # elasticsearch-dsl
373368python-ipware==3.0.0
374369 # via
375370 # -r requirements/pip.txt
@@ -465,7 +460,6 @@ typing-extensions==4.15.0
465460 # -r requirements/pip.txt
466461 # cron-descriptor
467462 # elasticsearch
468- # elasticsearch-dsl
469463 # psycopg
470464 # psycopg-pool
471465 # pydantic
You can’t perform that action at this time.
0 commit comments