Skip to content

Commit e41f45b

Browse files
revert pyproject.toml to official transport releases
1 parent e44d3ca commit e41f45b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,13 @@ keywords = [
4141
]
4242
dynamic = ["version"]
4343
dependencies = [
44-
# TODO revert before merging/releasing
45-
"elastic-transport @ git+https://github.com/pquentin/elastic-transport-python.git@trio-support",
44+
"elastic-transport>=9.2.0,<10",
4645
"python-dateutil",
4746
"typing-extensions",
4847
"sniffio",
4948
"anyio",
5049
]
5150

52-
# TODO revert before merging/releasing
53-
[tool.hatch.metadata]
54-
allow-direct-references = true
55-
5651
[project.optional-dependencies]
5752
async = ["aiohttp>=3,<4"]
5853
requests = ["requests>=2.4.0, !=2.32.2, <3.0.0"]

0 commit comments

Comments
 (0)