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
  • Loading branch information
pquentin authored Mar 7, 2024
1 parent 27c0d70 commit 45518b0
Show file tree
Hide file tree
Showing 83 changed files with 8,583 additions and 1,637 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 45518b0

Please sign in to comment.