Skip to content

Commit

Permalink
Pass endpoint_id and path_parts to transport (#2457)
Browse files Browse the repository at this point in the history
* Accept endpoint_id/path_parts in base clients

* Run code generation

(cherry picked from commit 45518b0)
  • Loading branch information
pquentin committed Mar 11, 2024
1 parent 985b0fe commit bf2387a
Show file tree
Hide file tree
Showing 77 changed files with 7,261 additions and 1,357 deletions.
5 changes: 3 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
elastic-transport>=8.0.0b1, <9
# TODO switch back to elastic-transport>=8,<9 between elastic-transport release and elasticsearch-py release
elastic-transport @ git+https://github.com/elastic/elastic-transport-python
requests>=2, <3
aiohttp
pytest
Expand Down Expand Up @@ -28,4 +29,4 @@ protobuf<4; python_version<="3.7"
# Override Read the Docs default (sphinx<2 and sphinx-rtd-theme<0.5)
sphinx>2
sphinx-rtd-theme>0.5
sphinx-autodoc-typehints
sphinx-autodoc-typehints
Loading

0 comments on commit bf2387a

Please sign in to comment.