Pin langchain-azure-storage deepagents dependency ceiling to 0.7.0 - #879
Merged
Kyle Knapp (kyleknap) merged 2 commits intoJul 30, 2026
Merged
Conversation
There were incompatible changes to interfaces introduced in 0.7.0 that need to be accounted for in the Azure Storage Deep Agents backend. The pin prevents automatic upgrades to 0.7.0 while proper support is added.
Dariel Dato-on (darieldatoon)
approved these changes
Jul 30, 2026
Dariel Dato-on (darieldatoon)
added a commit
that referenced
this pull request
Jul 31, 2026
Resolves the dependency-pin conflict with #879, which pinned `deepagents<0.7.0` as a stopgap while this PR adds 0.7.0 support. - Dependency block: keep this branch's `deepagents>=0.7.0,<0.8` and `wcmatch>=11.0`, superseding the stopgap ceiling. - Drop the `TODO(#878)` comment #879 added; this PR is #878 and resolves it. - Take main's version bump to 1.1.1 and regenerate `uv.lock` rather than hand-merging it.
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.
There were incompatible changes to interfaces introduced in 0.7.0 that need to be accounted for in the Azure Storage Deep Agents backend. The pin prevents automatic upgrades to 0.7.0 while proper support is added.
The PR also bumps the
langchain-azure-storageversion to1.1.1to make this update available in a patch release.