Skip to content

Conversation

@NoahStapp
Copy link
Collaborator

@NoahStapp NoahStapp commented Oct 30, 2025

INTPYTHON-816

Summary

LangChain 1.0 requires Python 3.10+. Updating our own minimum version now before the package split will reduce the complexity of doing so.

Changes in this PR

Bump minimum Python version across the board to 3.10. Update ruff to the latest release for fixes such as the removal of UP038.

@NoahStapp NoahStapp requested a review from blink1073 October 30, 2025 15:11
ignore_collections: Optional[List[str]] = None,
include_collections: Optional[List[str]] = None,
schema: str | None = None,
ignore_collections: List[str] | None = None,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should enable this upgrade rule, it is causing a lot of unnecessary churn and likely to conflict with #208

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure we can turn it off.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turned off.

@blink1073
Copy link
Collaborator

Failures are tracked in INTPYTHON-799

Copy link
Collaborator

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@NoahStapp NoahStapp merged commit 8d43ad4 into langchain-ai:main Oct 31, 2025
19 of 22 checks passed
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.

2 participants