mirror of
https://github.com/getzep/graphiti.git
synced 2024-09-08 19:13:11 +03:00
chore: Move anthropic to dev deps, remove anthropic and groq clients from __init__ (#61)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
from .anthropic_client import AnthropicClient
|
||||
from .client import LLMClient
|
||||
from .config import LLMConfig
|
||||
from .groq_client import GroqClient
|
||||
from .openai_client import OpenAIClient
|
||||
|
||||
__all__ = ['LLMClient', 'OpenAIClient', 'LLMConfig', 'AnthropicClient', 'GroqClient']
|
||||
__all__ = ['LLMClient', 'OpenAIClient', 'LLMConfig']
|
||||
|
||||
5
poetry.lock
generated
5
poetry.lock
generated
@@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "annotated-types"
|
||||
@@ -1804,7 +1804,6 @@ description = "Nvidia JIT LTO Library"
|
||||
optional = false
|
||||
python-versions = ">=3"
|
||||
files = [
|
||||
{file = "nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_aarch64.whl", hash = "sha256:84fb38465a5bc7c70cbc320cfd0963eb302ee25a5e939e9f512bbba55b6072fb"},
|
||||
{file = "nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl", hash = "sha256:562ab97ea2c23164823b2a89cb328d01d45cb99634b8c65fe7cd60d14562bd79"},
|
||||
{file = "nvidia_nvjitlink_cu12-12.6.20-py3-none-win_amd64.whl", hash = "sha256:ed3c43a17f37b0c922a919203d2d36cbef24d41cc3e6b625182f8b58203644f6"},
|
||||
]
|
||||
@@ -3758,4 +3757,4 @@ test = ["websockets"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "001663dfc8078ad473675c994b15191db1f53a844e23f40ffa4a704379a61132"
|
||||
content-hash = "425298614e73ee8b1333343bdf27e876849d56b98671d1ad7b30ca6c6584d203"
|
||||
|
||||
@@ -20,9 +20,7 @@ fastapi = "^0.112.0"
|
||||
neo4j = "^5.23.0"
|
||||
sentence-transformers = "^3.0.1"
|
||||
diskcache = "^5.6.3"
|
||||
arrow = "^1.3.0"
|
||||
openai = "^1.38.0"
|
||||
anthropic = "^0.34.1"
|
||||
tenacity = "^9.0.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
@@ -36,6 +34,7 @@ ruff = "^0.6.2"
|
||||
pydantic = "^2.8.2"
|
||||
mypy = "^1.11.1"
|
||||
groq = "^0.9.0"
|
||||
anthropic = "^0.34.1"
|
||||
ipykernel = "^6.29.5"
|
||||
jupyterlab = "^4.2.4"
|
||||
diskcache-stubs = "^5.6.3.6.20240818"
|
||||
|
||||
Reference in New Issue
Block a user