mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #212] [MERGED] ci: migrate to uv #239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-postgres/pull/212
Author: @eyurtsev
Created: 5/22/2025
Status: ✅ Merged
Merged: 5/28/2025
Merged by: @eyurtsev
Base:
main← Head:eugene/migrate_to_uv📝 Commits (1)
c11f3e5Update _release.yml📊 Changes
25 files changed (+1784 additions, -4144 deletions)
View changed files
➖
.github/actions/poetry_setup/action.yml(+0 -91)➕
.github/actions/uv_setup/action.yml(+18 -0)📝
.github/workflows/_lint.yml(+16 -56)📝
.github/workflows/_release.yml(+116 -30)📝
.github/workflows/_test.yml(+58 -18)📝
.github/workflows/ci.yml(+21 -82)📝
Makefile(+9 -9)📝
docker-compose.yml(+2 -2)📝
examples/migrate_pgvector_to_pgvectorstore.ipynb(+1 -0)📝
examples/pg_vectorstore.ipynb(+16 -9)📝
examples/pg_vectorstore_how_to.ipynb(+4 -3)📝
examples/vectorstore.ipynb(+2 -1)📝
langchain_postgres/chat_message_histories.py(+1 -0)📝
langchain_postgres/v2/async_vectorstore.py(+1 -1)➖
poetry.lock(+0 -3782)📝
pyproject.toml(+49 -45)📝
tests/unit_tests/fixtures/metadata_filtering_data.py(+1 -1)📝
tests/unit_tests/v2/test_async_pg_vectorstore.py(+1 -1)📝
tests/unit_tests/v2/test_async_pg_vectorstore_index.py(+1 -1)📝
tests/unit_tests/v2/test_pg_vectorstore.py(+1 -1)...and 5 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.