From ee2b3e3567afa5966474b17b76e2b40a5a5a0d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 03:21:25 +0000 Subject: [PATCH] Bump sqlalchemy-cratedb in /topic/machine-learning/llm-langchain Bumps [sqlalchemy-cratedb](https://github.com/crate/sqlalchemy-cratedb) from 0.38.0 to 0.39.0. - [Release notes](https://github.com/crate/sqlalchemy-cratedb/releases) - [Changelog](https://github.com/crate/sqlalchemy-cratedb/blob/main/CHANGES.md) - [Commits](https://github.com/crate/sqlalchemy-cratedb/compare/0.38.0...0.39.0) --- updated-dependencies: - dependency-name: sqlalchemy-cratedb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- topic/machine-learning/llm-langchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topic/machine-learning/llm-langchain/requirements.txt b/topic/machine-learning/llm-langchain/requirements.txt index 6de4a2e3..c31fbb40 100644 --- a/topic/machine-learning/llm-langchain/requirements.txt +++ b/topic/machine-learning/llm-langchain/requirements.txt @@ -12,7 +12,7 @@ python-dotenv<2 requests<3 requests-cache<2 sqlalchemy==2.* -sqlalchemy-cratedb==0.38.0 +sqlalchemy-cratedb==0.39.0 unstructured<0.15 # Development.