Skip to content

Update dependency langchain to v0.3.28#12

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/langchain-0.x
Open

Update dependency langchain to v0.3.28#12
renovate[bot] wants to merge 1 commit intomainfrom
renovate/langchain-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
langchain (changelog) ==0.0.352==0.3.28 age confidence

Release Notes

langchain-ai/langchain (langchain)

v0.1.16

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.1.15...v0.1.16

v0.1.15

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain@v0.1.14...v0.1.15

v0.1.14

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/langchain-0.x branch from c949ea2 to 12cfeed Compare January 4, 2024 05:49
@renovate renovate bot changed the title Update dependency langchain to v0.0.353 Update dependency langchain to v0.0.354 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 12cfeed to af6e3f1 Compare January 6, 2024 14:37
@renovate renovate bot changed the title Update dependency langchain to v0.0.354 Update dependency langchain to v0.1.0 Jan 6, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Jan 6, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Pipfile.lock
Command failed: pipenv lock
Locking [packages] dependencies...
False
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install -r /tmp/pipenv-6i_ipb3n-requirements/pipenv-vh7b947r-constraints.txt (line 10) and langchain==0.1.19 because these package versions have conflicting dependencies.
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/resolver.py", line 645, in _main
[ResolutionFailure]:       resolve_packages(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/resolver.py", line 612, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve(
[ResolutionFailure]:       ^^^^^^^^
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/resolver.py", line 592, in resolve
[ResolutionFailure]:       return resolve_deps(
[ResolutionFailure]:       ^^^^^^^^^^^^^
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 918, in resolve_deps
[ResolutionFailure]:       results, hashes, internal_resolver = actually_resolve_deps(
[ResolutionFailure]:       ^^^^^^^^^^^^^^^^^^^^^^
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 691, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 448, in resolve
[ResolutionFailure]:       raise ResolutionFailure(message=str(e))
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
  You can use $ pipenv run pip install <requirement_name> to bypass this mechanism, then run $ pipenv graph to inspect the versions actually installed in the virtualenv.
  Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

Traceback (most recent call last):
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/bin/pipenv", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/cli/options.py", line 58, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/decorators.py", line 92, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/cli/command.py", line 340, in lock
    do_lock(
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/routines/lock.py", line 65, in do_lock
    venv_resolve_deps(
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 859, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2023.12.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 728, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!

@renovate renovate bot force-pushed the renovate/langchain-0.x branch from af6e3f1 to 21dd25f Compare January 16, 2024 20:36
@renovate renovate bot changed the title Update dependency langchain to v0.1.0 Update dependency langchain to v0.1.1 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 21dd25f to 0e4db23 Compare January 23, 2024 14:48
@renovate renovate bot changed the title Update dependency langchain to v0.1.1 Update dependency langchain to v0.1.2 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 0e4db23 to a581144 Compare January 24, 2024 17:54
@renovate renovate bot changed the title Update dependency langchain to v0.1.2 Update dependency langchain to v0.1.3 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from a581144 to 743872e Compare January 29, 2024 23:51
@renovate renovate bot changed the title Update dependency langchain to v0.1.3 Update dependency langchain to v0.1.4 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 743872e to 19e020a Compare February 2, 2024 02:51
@renovate renovate bot changed the title Update dependency langchain to v0.1.4 Update dependency langchain to v0.1.5 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 19e020a to 883b6cc Compare February 9, 2024 07:52
@renovate renovate bot changed the title Update dependency langchain to v0.1.5 Update dependency langchain to v0.1.6 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 883b6cc to c11b006 Compare February 14, 2024 08:06
@renovate renovate bot changed the title Update dependency langchain to v0.1.6 Update dependency langchain to v0.1.7 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from c11b006 to 678134d Compare February 20, 2024 02:20
@renovate renovate bot changed the title Update dependency langchain to v0.1.7 Update dependency langchain to v0.1.8 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 678134d to a4e9baf Compare February 25, 2024 05:09
@renovate renovate bot changed the title Update dependency langchain to v0.1.8 Update dependency langchain to v0.1.9 Feb 25, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from a4e9baf to c7ff8e7 Compare March 2, 2024 06:02
@renovate renovate bot changed the title Update dependency langchain to v0.1.9 Update dependency langchain to v0.1.10 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from c7ff8e7 to 52c6438 Compare March 7, 2024 08:52
@renovate renovate bot changed the title Update dependency langchain to v0.1.10 Update dependency langchain to v0.1.11 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 52c6438 to f8bd1ac Compare March 13, 2024 05:12
@renovate renovate bot changed the title Update dependency langchain to v0.1.11 Update dependency langchain to v0.1.12 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from f8bd1ac to b3b09a8 Compare March 21, 2024 20:57
@renovate
Copy link
Contributor Author

renovate bot commented May 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Pipfile.lock
Command failed: pipenv lock
Locking  dependencies...
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot 
install -r /tmp/pipenv-geu7wzyy-requirements/pipenv-nc_gn0zy-constraints.txt 
(line 33) and langchain==0.3.28 because these package versions have conflicting 
dependencies.
Your dependencies could not be resolved. You likely have a mismatch in your 
sub-dependencies.
You can use $ pipenv run pip install <requirement_name> to bypass this 
mechanism, then run $ pipenv graph to inspect the versions actually installed in
the virtualenv.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: ResolutionImpossible: for help visit 
https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-depende
ncy-conflicts

Traceback (most recent call last):
  File 
"/opt/containerbase/tools/pipenv/2026.0.3/3.11.15/lib/python3.11/site-packages/p
ipenv/routines/lock.py", line 65, in do_lock
    venv_resolve_deps(
  File 
"/opt/containerbase/tools/pipenv/2026.0.3/3.11.15/lib/python3.11/site-packages/p
ipenv/utils/resolver.py", line 1039, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/opt/containerbase/tools/pipenv/2026.0.3/3.11.15/lib/python3.11/site-packages/p
ipenv/utils/resolver.py", line 875, in resolve
    raise ResolutionFailure("Failed to lock Pipfile.lock!")
pipenv.exceptions.ResolutionFailure: ERROR: Failed to lock Pipfile.lock!


@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 1a988b9 to 0bb249f Compare May 22, 2024 23:53
@renovate renovate bot changed the title Update dependency langchain to v0.1.20 Update dependency langchain to v0.2.0 May 22, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 0bb249f to 973a229 Compare May 23, 2024 20:48
@renovate renovate bot changed the title Update dependency langchain to v0.2.0 Update dependency langchain to v0.2.1 May 23, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 973a229 to e31846c Compare June 6, 2024 05:30
@renovate renovate bot changed the title Update dependency langchain to v0.2.1 Update dependency langchain to v0.2.2 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from e31846c to aa0fdf7 Compare June 7, 2024 05:14
@renovate renovate bot changed the title Update dependency langchain to v0.2.2 Update dependency langchain to v0.2.3 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from aa0fdf7 to bd739ab Compare June 15, 2024 05:47
@renovate renovate bot changed the title Update dependency langchain to v0.2.3 Update dependency langchain to v0.2.5 Jun 15, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from bd739ab to 4655938 Compare June 26, 2024 08:56
@renovate renovate bot changed the title Update dependency langchain to v0.2.5 Update dependency langchain to v0.2.6 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 4655938 to df313de Compare July 9, 2024 02:40
@renovate renovate bot changed the title Update dependency langchain to v0.2.6 Update dependency langchain to v0.2.7 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from df313de to d890d66 Compare July 16, 2024 05:51
@renovate renovate bot changed the title Update dependency langchain to v0.2.7 Update dependency langchain to v0.2.8 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from d890d66 to 3592445 Compare July 19, 2024 05:47
@renovate renovate bot changed the title Update dependency langchain to v0.2.8 Update dependency langchain to v0.2.9 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 3592445 to 821fc50 Compare July 21, 2024 08:55
@renovate renovate bot changed the title Update dependency langchain to v0.2.9 Update dependency langchain to v0.2.10 Jul 21, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 821fc50 to 4af4507 Compare July 24, 2024 05:43
@renovate renovate bot changed the title Update dependency langchain to v0.2.10 Update dependency langchain to v0.2.11 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 4af4507 to a824909 Compare August 2, 2024 20:18
@renovate renovate bot changed the title Update dependency langchain to v0.2.11 Update dependency langchain to v0.2.12 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from a824909 to 7dd6420 Compare August 13, 2024 23:53
@renovate renovate bot changed the title Update dependency langchain to v0.2.12 Update dependency langchain to v0.2.13 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/langchain-0.x branch from 7dd6420 to f2d5421 Compare August 15, 2024 08:57
@renovate renovate bot changed the title Update dependency langchain to v0.2.13 Update dependency langchain to v0.2.14 Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants