Update to the latest Psychic python library version (#6804)

Update the Psychic document loader to use the latest `psychicapi` python
library version: `0.8.0`
This commit is contained in:
Ayan Bandyopadhyay
2023-06-27 22:26:38 -07:00
committed by GitHub
parent f3d178f600
commit f92ccf70fd
4 changed files with 53 additions and 23 deletions

View File

@@ -88,7 +88,6 @@ gql = {version = "^3.4.1", optional = true}
pandas = {version = "^2.0.1", optional = true}
telethon = {version = "^1.28.5", optional = true}
neo4j = {version = "^5.8.1", optional = true}
psychicapi = {version = "^0.5", optional = true}
zep-python = {version=">=0.31", optional=true}
langkit = {version = ">=0.0.1.dev3, <0.1.0", optional = true}
chardet = {version="^5.1.0", optional=true}
@@ -112,6 +111,7 @@ azure-search-documents = {version = "11.4.0a20230509004", source = "azure-sdk-de
esprima = {version = "^4.0.1", optional = true}
openllm = {version = ">=0.1.6", optional = true}
streamlit = {version = "^1.18.0", optional = true, python = ">=3.8.1,<3.9.7 || >3.9.7,<4.0"}
psychicapi = {version = "^0.8.0", optional = true}
[tool.poetry.group.docs.dependencies]
autodoc_pydantic = "^1.8.0"