We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44d3ca commit e41f45bCopy full SHA for e41f45b
pyproject.toml
@@ -41,18 +41,13 @@ keywords = [
41
]
42
dynamic = ["version"]
43
dependencies = [
44
- # TODO revert before merging/releasing
45
- "elastic-transport @ git+https://github.com/pquentin/elastic-transport-python.git@trio-support",
+ "elastic-transport>=9.2.0,<10",
46
"python-dateutil",
47
"typing-extensions",
48
"sniffio",
49
"anyio",
50
51
52
-# TODO revert before merging/releasing
53
-[tool.hatch.metadata]
54
-allow-direct-references = true
55
-
56
[project.optional-dependencies]
57
async = ["aiohttp>=3,<4"]
58
requests = ["requests>=2.4.0, !=2.32.2, <3.0.0"]
0 commit comments