Skip to content

Commit

Permalink
update elasticsearch python client to 8.16 (#2959)
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Shelkovnikov <[email protected]>
  • Loading branch information
miguelgrinberg and artem-shelkovnikov authored Nov 18, 2024
1 parent 51d603b commit 7f98ebe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3033,7 +3033,7 @@ Apache Software License
UNKNOWN

elastic-transport
8.15.0
8.15.1
Apache Software License

Apache License
Expand Down Expand Up @@ -3441,7 +3441,7 @@ SOFTWARE
to the Commercial Software.

elasticsearch
8.15.0
8.16.0
Apache Software License

Apache License
Expand Down
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ filterwarnings =
ignore:Inheritance class RetryableAiohttpSession from ClientSession is discouraged:DeprecationWarning
; pytest may generate its own warnings in some situations, such as improper usage or deprecated features.
ignore::pytest.PytestUnraisableExceptionWarning
; this error comes from 8.16 Elasticsearch client: we use some non-GA features in our CI code
ignore::elasticsearch.exceptions.GeneralAvailabilityWarning
4 changes: 2 additions & 2 deletions requirements/framework.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ aiofiles==23.2.1
aiomysql==0.1.1
httpx==0.27.0
httpx-ntlm==1.4.0
elasticsearch[async]==8.15.0
elastic-transport==8.15.0
elasticsearch[async]==8.16.0
elastic-transport==8.15.1
pyyaml==6.0.1
cffi==1.16.0
envyaml==1.10.211231
Expand Down

0 comments on commit 7f98ebe

Please sign in to comment.