chore: Bump version to 1.16.0-rc1#38600
Merged
QuantumGhost merged 1 commit intoJul 9, 2026
Merged
Conversation
6e40d91 to
f608192
Compare
Assisted-by: Codex:GPT-5.4
f608192 to
01dc56c
Compare
wylswz
approved these changes
Jul 9, 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.
AI disclosure: This PR was AI-assisted with Codex using GPT-5.4.
I have reviewed the final diff, and I am responsible for the content.
Summary
1.16.0-rc1.1.16.0-rc1.1.16.0-rc1.1.16.0-rc1.dify-apianddify-agentpackage versions in uv lockfiles.Fixes #38599
Validation:
uv lock --project dify-agentuv lock --project apiuv lock --project dify-agent --checkuv lock --project api --checknode -e "JSON.parse(require('fs').readFileSync('web/package.json', 'utf8'))"docker compose -f docker/docker-compose.yaml config --quiet --no-env-resolutiondocker compose -f docker/docker-compose-template.yaml config --quiet --no-env-resolutiondocker compose -f docker/docker-compose.yaml config --images --no-env-resolution | rg 'langgenius/dify-(api|web|agent-local-sandbox|agent-backend):'docker compose -f docker/docker-compose-template.yaml config --images --no-env-resolution | rg 'langgenius/dify-(api|web|agent-local-sandbox|agent-backend):'git diff --checkScreenshots
Checklist
make lint && make type-check(backend) andcd web && pnpm exec vp staged(frontend) to appease the lint godsFrom Codex