build(deps): bump langsmith to 0.8.0 across uv lockfiles#434
Merged
Conversation
Bumps the langsmith pin in py/pyproject.toml's lint group from 0.7.31 to 0.8.0 and regenerates py/uv.lock and integrations/adk-py/uv.lock so no resolution can pick up a sub-0.8.0 langsmith. integrations/langchain-py/uv.lock was already at 0.8.0 (#433). py/uv.lock relock also picked up unrelated drift the existing lockfile had against pyproject.toml's open ranges (pydantic-ai 1.66 -> 1.94 and friends, litellm 1.84.0 added, pydantic-handlebars 0.1.0 added, etc.). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Abhijeet Prasad (AbhiPrasad)
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
langsmithpin inpy/pyproject.toml'slintdependency group from0.7.31to0.8.0, matching the version already locked inintegrations/langchain-py/uv.lockafter build(deps-dev): bump langsmith from 0.7.31 to 0.8.0 in /integrations/langchain-py #433.py/uv.lockandintegrations/adk-py/uv.lockso no resolution can pick up a sub-0.8.0 langsmith.integrations/langchain-py/uv.lockwas already on 0.8.0.Scope note
py/uv.lockhad drifted againstpyproject.toml's open ranges before this PR, so the relock also picked up unrelated cascades:pydantic-ai 1.66 -> 1.94(+-slim/-evals/-graph),litellmadding1.84.0,pydantic-handlebars 0.1.0added, and small cleanups tolangchain-openai,nexus-rpc,temporalio. These were unavoidable side effects ofuv lockreconciling the stale file — happy to drop the relock and keep just the langsmith bump if preferred.Test plan
test_langchainand any session that exercises langsmith transitivelynox -s "test_langchain(latest)"locally🤖 Generated with Claude Code