Skip to content

packaging: remove Python upper bound for langchain and co libs #31025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 28, 2025

Conversation

sydney-runkle
Copy link
Collaborator

@sydney-runkle sydney-runkle commented Apr 26, 2025

Follow up to langchain-ai/langsmith-sdk#1696, I've bumped the langsmith version where applicable in uv.lock.

Type checking problems here because deps have been updated in pyproject.toml and uv lock hasn't been run - we should enforce that in the future - goes with the other dependabot todos :).

Copy link

vercel bot commented Apr 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Apr 28, 2025 6:21pm

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. 🤖:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs labels Apr 26, 2025
@@ -77,13 +77,13 @@ def validate_environment(self) -> Self:
client = InferenceClient(
model=self.model,
token=huggingfacehub_api_token,
provider=self.provider,
provider=self.provider, # type: ignore[arg-type]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ideally self.provider would be a more specific Literal, but that is low prio and can be addressed in a new PR

@sydney-runkle sydney-runkle changed the title Remove Python upper bound for langchain and co libs packaging: remove Python upper bound for langchain and co libs Apr 28, 2025
@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Apr 28, 2025
@sydney-runkle sydney-runkle merged commit 7e92652 into master Apr 28, 2025
288 checks passed
@sydney-runkle sydney-runkle deleted the sr/remove-python-upper-bound branch April 28, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm PR looks good. Use to confirm that a PR is ready for merging. 🤖:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants