From 3d64415241d7e70f8873d6d98380d768b765fcd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:12:21 +0000 Subject: [PATCH] Bump pgvector from 0.3.0 to 0.3.3 Bumps [pgvector](https://github.com/pgvector/pgvector-python) from 0.3.0 to 0.3.3. - [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgvector/pgvector-python/compare/v0.3.0...v0.3.3) --- 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..c87f3bb 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.3 SQLModel==0.0.19 asyncpg==0.29.0 azure-identity