diff --git a/poetry.lock b/poetry.lock index 4cad9ec..6f14b04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1536,17 +1536,16 @@ extended-testing = ["aiosqlite (>=0.19.0,<0.20.0)", "aleph-alpha-client (>=2.15. [[package]] name = "langchain-core" -version = "0.1.27" +version = "0.1.35" description = "Building applications with LLMs through composability" optional = false -python-versions = ">=3.8.1,<4.0" +python-versions = "<4.0,>=3.8.1" files = [ - {file = "langchain_core-0.1.27-py3-none-any.whl", hash = "sha256:68eb89dc4a932baf4fb6b4b75b7119eec9e5405e892d2137e9fe0a1d24a40d0c"}, - {file = "langchain_core-0.1.27.tar.gz", hash = "sha256:698414223525c0bc130d85a614e1493905d588ab72fe0c9ad3b537b1dc62067f"}, + {file = "langchain_core-0.1.35-py3-none-any.whl", hash = "sha256:9d790446ea211f4cb620886081cc5a5723bc9a2dc90af1f6205aded2ee61bb71"}, + {file = "langchain_core-0.1.35.tar.gz", hash = "sha256:862b8415d4deaf4e06833ef826bcef3614d75c3e7fd82b09b1349cc223f02e9a"}, ] [package.dependencies] -anyio = ">=3,<5" jsonpatch = ">=1.33,<2.0" langsmith = ">=0.1.0,<0.2.0" packaging = ">=23.2,<24.0" @@ -4167,4 +4166,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "62d60efa1d41e179a521eb816733caa21cc0204ac40179978867e3f716163675" +content-hash = "091173e0df313c3457b5b52fb37d5b79c090aa75a310d79b51b4b25bca25e619" diff --git a/pyproject.toml b/pyproject.toml index d371a54..cf6a4be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ graphql-query = "^1.2.2" gql = { extras = ["all"], version = "^3.5.0" } langchain-community = "^0.0.24" langchain-openai = "^0.0.7" -langchain-core = "^0.1.27" +langchain-core = "^0.1.35" tiktoken = "^0.6.0" [tool.poetry.group.dev.dependencies]