Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps langchain-core from 1.0.0 to 1.0.7.

Release notes

Sourced from langchain-core's releases.

langchain-core==1.0.7

Changes since langchain-core==1.0.6

release(core): 1.0.7 (#34036) fix(core): fix validation for input variables in f-string templates, restrict functionality supported by jinja2, mustache templates (GHSA-6qv9-48xg-fc7f) (#34035)

langchain-core==1.0.6

Changes since langchain-core==1.0.5

release: langchain-core 1.0.6 (#34018) chore: Support tool runtime injection when custom args schema is prov… (#33999) feat(core): add proxy support for mermaid png rendering (#32400)

langchain-core==1.0.5

Changes since langchain-core==1.0.4

release(core): 1.0.5 (#33973) fix(core): don't mask exceptions (#33959) docs(core): add clarity to base token counting methods (#33958) chore(core,infra): nits (#33954) chore(core): fix some ruff TC rules (#33929) chore: update README.md files (#33919) test(core): add comprehensive tests for groq block translator (#33906) revert(core): "applied secrets_map in load to plain string values" (#33913) fix(core): applied secrets_map in load to plain string values (#33678)

langchain-core==1.0.4

Changes since langchain-core==1.0.3

release(core): 1.0.4 (#33886) feat(core): support draw subgraph using pygraphviz (#32966) fix(core): Fix tool name check in name_dict for PydanticToolsParser (#33479) fix(core): Filter empty content blocks from formatted prompts (#32519) fix(core): context preservation in shielded async callbacks (#32163) fix(core): RunnablePick may not return a dict if keys is a string (#31321) fix(core): fix Runnable parallel schema being empty when children runnable input schemas use TypedDict (#28196) docs: fix typos in libs/core/langchain_core/utils/function_calling.py (#33873) docs: fix typos in libs/core/tests/unit_tests/utils/test_strings.py (#33875) docs: fix typos in libs/core/tests/unit_tests/indexing/test_hashed_document.py (#33874) docs: fix typos in libs/core/tests/unit_tests/test_tools.py (#33876) docs: fix typos in some files (#33867) style: some cleanup (#33857) chore: attribute package change versions (#33854) fix(core): handle missing dependency version information (#33844) chore: correct langchain-community references (#33827) chore(core): add ruff rule PLR2004 (#33706) chore(core): clean pyproject formatting (#33821) docs(model-profiles): fix typo (#33820) style: refs pass (#33813) fix(core): add no colors check (#33780)

... (truncated)

Commits
  • 525d5c0 release(core): 1.0.7 (#34036)
  • c4b6ba2 fix(core): fix validation for input variables in f-string templates, restrict...
  • b7d1831 fix: deprecate setattr on ModelCallRequest (#34022)
  • 328ba36 chore(openai): skip Azure text completions tests (#34021)
  • d47d41c release: langchain-core 1.0.6 (#34018)
  • 32bbe99 chore: Support tool runtime injection when custom args schema is prov… (#33999)
  • 990e346 release(anthropic): 1.1 (#33997)
  • 9b77926 feat(anthropic): support native structured output feature and strict tool cal...
  • 558a8fe feat(core): add proxy support for mermaid png rendering (#32400)
  • 52b1516 style(langchain): fix some middleware ref syntax (#33988)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.0.0 to 1.0.7.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==1.0.0...langchain-core==1.0.7)

---
updated-dependencies:
- dependency-name: langchain-core
  dependency-version: 1.0.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the chore label Nov 20, 2025
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Nov 20, 2025
@github-actions
Copy link

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This CDK Version

You can test this version of the CDK using the following:

# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/airbyte-python-cdk.git@dependabot/pip/langchain-core-1.0.7#egg=airbyte-python-cdk[dev]' --help

# Update a connector to use the CDK from this branch ref:
cd airbyte-integrations/connectors/source-example
poe use-cdk-branch dependabot/pip/langchain-core-1.0.7

Helpful Resources

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /autofix - Fixes most formatting and linting issues
  • /poetry-lock - Updates poetry.lock file
  • /test - Runs connector tests with the updated CDK
  • /prerelease - Triggers a prerelease publish with default arguments
  • /poe build - Regenerate git-committed build artifacts, such as the pydantic models which are generated from the manifest JSON schema in YAML.
  • /poe <command> - Runs any poe command in the CDK environment

📝 Edit this welcome message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant