diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-25 23:09:21 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-25 23:09:21 -0700 |
commit | d2afe5ff258eb2443e0f2178da523150fdb5eb0d (patch) | |
tree | 181be2609e924d084a8ad9781283cb725377b87f /continuedev/pyproject.toml | |
parent | 861a873f7ecf455b9c7833040b2a8163e369e062 (diff) | |
download | sncontinue-d2afe5ff258eb2443e0f2178da523150fdb5eb0d.tar.gz sncontinue-d2afe5ff258eb2443e0f2178da523150fdb5eb0d.tar.bz2 sncontinue-d2afe5ff258eb2443e0f2178da523150fdb5eb0d.zip |
meilisearch async client
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r-- | continuedev/pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index ad5657b1..d7505e2b 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -27,9 +27,8 @@ directory-tree = "^0.0.3.1" anthropic = "^0.3.4" chevron = "^0.14.0" psutil = "^5.9.5" -meilisearch = "^0.28.1" pygithub = "^1.59.0" -func-timeout = "^4.3.5" +meilisearch-python-async = "^1.4.8" [tool.poetry.scripts] typegen = "src.continuedev.models.generate_json_schema:main" |