diff --git a/pyproject.toml b/pyproject.toml index 4262e37..0060f0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ authors = [] readme = "README.md" requires-python = ">=3.10" dependencies = [ - "langchain>=0.0.225", - "gpt4free @ git+https://github.com/xtekky/gpt4free.git", + "langchain>=0.0.239", + "g4f", ] [tool.setuptools.packages.find]