[PR #224] docs,chore: improve development documentation and fix tooling #247

Open
opened 2026-02-16 05:17:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/224
Author: @nazarpechka
Created: 6/26/2025
Status: 🔄 Open

Base: mainHead: development_docs


📝 Commits (3)

  • bb1ee18 deps: add missing dependencies in test group
  • 84ba62c docs,chore: improve development documentation and fix tooling
  • b6c2a85 Revert "deps: add missing dependencies in test group"

📊 Changes

3 files changed (+53 additions, -22 deletions)

View changed files

📝 DEVELOPMENT.md (+39 -13)
📝 Makefile (+13 -8)
📝 docker-compose.yml (+1 -1)

📄 Description

This PR updated development documentation and fixes small errors in local dev tooling:

  • DEVELOPMENT.md – updated from poetry to uv, added linting section
  • docker-compose.yml – fixed healthcheck by specifying correct DB
  • Makefile – fixed lint_diff and format_diff scripts, which targeted master instead of main; added missing scripts to the help output

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langchain-postgres/pull/224 **Author:** [@nazarpechka](https://github.com/nazarpechka) **Created:** 6/26/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `development_docs` --- ### 📝 Commits (3) - [`bb1ee18`](https://github.com/langchain-ai/langchain-postgres/commit/bb1ee18cc382d940ed59937e20cbcf5997384957) deps: add missing dependencies in `test` group - [`84ba62c`](https://github.com/langchain-ai/langchain-postgres/commit/84ba62c4e9acc9324f26e342ca158f1da732f7ef) docs,chore: improve development documentation and fix tooling - [`b6c2a85`](https://github.com/langchain-ai/langchain-postgres/commit/b6c2a852290dd4df1d542e86429b27fdd2a82d9a) Revert "deps: add missing dependencies in `test` group" ### 📊 Changes **3 files changed** (+53 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `DEVELOPMENT.md` (+39 -13) 📝 `Makefile` (+13 -8) 📝 `docker-compose.yml` (+1 -1) </details> ### 📄 Description This PR updated development documentation and fixes small errors in local dev tooling: - `DEVELOPMENT.md` – updated from `poetry` to `uv`, added linting section - `docker-compose.yml` – fixed healthcheck by specifying correct DB - `Makefile` – fixed `lint_diff` and `format_diff` scripts, which targeted `master` instead of `main`; added missing scripts to the help output --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 05:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#247