Skip to content

fix: remove stale Python 3.10 TODOs and fix typo in pyproject.toml - #321

Open
Arijit Kumar Roy (arijitroy003) wants to merge 1 commit into
langchain-ai:mainfrom
arijitroy003:fix/docs-typo-and-stale-todos
Open

fix: remove stale Python 3.10 TODOs and fix typo in pyproject.toml#321
Arijit Kumar Roy (arijitroy003) wants to merge 1 commit into
langchain-ai:mainfrom
arijitroy003:fix/docs-typo-and-stale-todos

Conversation

@arijitroy003

Copy link
Copy Markdown

Summary

  • Fix typo in pyproject.toml line 77: 'takemore' should be 'take more'
  • Remove stale TODO comments in langchain_postgres/v2/vectorstores.py and langchain_postgres/v2/async_vectorstore.py that say to remove from __future__ import annotations when min Python is 3.10 — but requires-python is already >=3.10

Testing

Typo fix and TODO cleanup only. The from __future__ import annotations import is kept as it is still useful for forward references.

Signed-off-by: arijitroy003 <arijitroy003@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant