From 26b8513617a4a9cca0cfe140b557d0ca9b3a279b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:02:15 +0000 Subject: [PATCH] Bump pgvector from 0.3.0 to 0.3.5 Bumps [pgvector](https://github.com/pgvector/pgvector-python) from 0.3.0 to 0.3.5. - [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgvector/pgvector-python/compare/v0.3.0...v0.3.5) --- updated-dependencies: - dependency-name: pgvector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4fe642a..d337570 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ psycopg2==2.9.9 python-dotenv==1.0.1 SQLAlchemy[asyncio]==2.0.31 -pgvector==0.3.0 +pgvector==0.3.5 SQLModel==0.0.19 asyncpg==0.29.0 azure-identity