File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # TODO switch back to elastic-transport>=8,<9 between elastic-transport release and elasticsearch-py release
2
- elastic-transport @ git+https://github.com/elastic /elastic-transport-python
1
+ # TODO switch back to elastic-transport>=8.13 ,<9 between elastic-transport release and elasticsearch-py release
2
+ elastic-transport @ git+https://github.com/pquentin /elastic-transport-python@otel-elasticsearch-py
3
3
requests>=2, <3
4
4
aiohttp
5
5
pytest
Original file line number Diff line number Diff line change 51
51
if package == package_name or package .startswith (package_name + "." )
52
52
]
53
53
54
- # TODO switch back to elastic-transport>=8,<9 between elastic-transport release and elasticsearch-py release
54
+ # TODO switch back to elastic-transport>=8.13 ,<9 between elastic-transport release and elasticsearch-py release
55
55
install_requires = [
56
- "elastic-transport @ git+https://github.com/elastic /elastic-transport-python"
56
+ "elastic-transport @ git+https://github.com/pquentin /elastic-transport-python@otel-elasticsearch-py "
57
57
]
58
58
async_requires = ["aiohttp>=3,<4" ]
59
59
You can’t perform that action at this time.
0 commit comments