chore: add note to release workflow (#35583)

This commit is contained in:
Mason Daugherty
2026-03-05 17:09:40 -05:00
committed by GitHub
parent 7a4cc3ec32
commit 673737f356
2 changed files with 5 additions and 1 deletions

View File

@@ -97,6 +97,8 @@ jobs:
f.write(f"pkg-name={pkg_name}\n")
f.write(f"version={version}\n")
release-notes:
# release-notes must run before publishing because its check-tags step
# validates version/tag state — do not remove this dependency.
needs:
- build
runs-on: ubuntu-latest
@@ -193,6 +195,8 @@ jobs:
} >> "$GITHUB_OUTPUT"
test-pypi-publish:
# release-notes must run before publishing because its check-tags step
# validates version/tag state — do not remove this dependency.
needs:
- build
- release-notes

View File

@@ -527,7 +527,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "1.2.16"
version = "1.2.17"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },