We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebc387 commit b7eae91Copy full SHA for b7eae91
pyproject.toml
@@ -13,7 +13,6 @@ authors = [
13
{ name = "Lorenzo Padoan", email = "lorenzo.padoan977@gmail.com" }
14
]
15
dependencies = [
16
- "langchain-community==0.2.9",
17
"langchain>=0.2.10",
18
"langchain-fireworks>=0.1.3",
19
"langchain_community>=0.2.9",
@@ -94,4 +93,4 @@ dev-dependencies = [
94
93
[tool.rye.scripts]
95
pylint-local = "pylint scrapegraphai/**/*.py"
96
pylint-ci = "pylint --disable=C0114,C0115,C0116 --exit-zero scrapegraphai/**/*.py"
97
-update-requirements = "python 'manual deployment/autorequirements.py'"
+update-requirements = "python 'manual deployment/autorequirements.py'"
0 commit comments