Spaces:
Sleeping
Sleeping
chore: Add langchain-experimental to project dependencies
Browse files- poetry.lock +16 -1
- pyproject.toml +1 -0
poetry.lock
CHANGED
@@ -1261,6 +1261,21 @@ pydantic = {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""}
|
|
1261 |
PyYAML = ">=5.3"
|
1262 |
tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0"
|
1263 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1264 |
[[package]]
|
1265 |
name = "langchain-google-genai"
|
1266 |
version = "1.0.7"
|
@@ -3803,4 +3818,4 @@ multidict = ">=4.0"
|
|
3803 |
[metadata]
|
3804 |
lock-version = "2.0"
|
3805 |
python-versions = "3.11.9"
|
3806 |
-
content-hash = "
|
|
|
1261 |
PyYAML = ">=5.3"
|
1262 |
tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<9.0.0"
|
1263 |
|
1264 |
+
[[package]]
|
1265 |
+
name = "langchain-experimental"
|
1266 |
+
version = "0.0.62"
|
1267 |
+
description = "Building applications with LLMs through composability"
|
1268 |
+
optional = false
|
1269 |
+
python-versions = "<4.0,>=3.8.1"
|
1270 |
+
files = [
|
1271 |
+
{file = "langchain_experimental-0.0.62-py3-none-any.whl", hash = "sha256:9240f9e3490e819976f20a37863970036e7baacb7104b9eb6833d19ab6d518c9"},
|
1272 |
+
{file = "langchain_experimental-0.0.62.tar.gz", hash = "sha256:9737fbc8429d24457ea4d368e3c9ba9ed1cace0564fb5f1a96a3027a588bd0ac"},
|
1273 |
+
]
|
1274 |
+
|
1275 |
+
[package.dependencies]
|
1276 |
+
langchain-community = ">=0.2.6,<0.3.0"
|
1277 |
+
langchain-core = ">=0.2.10,<0.3.0"
|
1278 |
+
|
1279 |
[[package]]
|
1280 |
name = "langchain-google-genai"
|
1281 |
version = "1.0.7"
|
|
|
3818 |
[metadata]
|
3819 |
lock-version = "2.0"
|
3820 |
python-versions = "3.11.9"
|
3821 |
+
content-hash = "33106b0ba9d1880907f20e4e0a605ade51f9241f5ace0a29e874f6708037c866"
|
pyproject.toml
CHANGED
@@ -20,6 +20,7 @@ python-dotenv = "^1.0.1"
|
|
20 |
langchain-google-genai = "^1.0.7"
|
21 |
langchain-openai = "^0.1.16"
|
22 |
httpx = "^0.27.0"
|
|
|
23 |
|
24 |
|
25 |
[build-system]
|
|
|
20 |
langchain-google-genai = "^1.0.7"
|
21 |
langchain-openai = "^0.1.16"
|
22 |
httpx = "^0.27.0"
|
23 |
+
langchain-experimental = "^0.0.62"
|
24 |
|
25 |
|
26 |
[build-system]
|