From e805f4e69e234f4acc404b11e38f65f22bcb0202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:46:39 +0000 Subject: [PATCH] deps: bump the all-dependencies group across 1 directory with 10 updates Bumps the all-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-python) | `1.59.6` | `1.60.1` | | [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.48` | `3.0.50` | | [langchain](https://github.com/langchain-ai/langchain) | `0.3.14` | `0.3.15` | | [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.14` | `0.3.15` | | [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.29` | `0.3.31` | | [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.0` | `0.3.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.6` | | [pygments](https://github.com/pygments/pygments) | `2.18.0` | `2.19.1` | | [litellm](https://github.com/BerriAI/litellm) | `1.51.0` | `1.59.8` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.11.0` | `6.11.1` | Updates `openai` from 1.59.6 to 1.60.1 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.59.6...v1.60.1) Updates `prompt-toolkit` from 3.0.48 to 3.0.50 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.48...3.0.50) Updates `langchain` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.14...langchain==0.3.15) Updates `langchain-community` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.14...langchain-community==0.3.15) Updates `langchain-core` from 0.3.29 to 0.3.31 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.3.29...langchain-core==0.3.31) Updates `langchain-openai` from 0.3.0 to 0.3.2 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.3.0...langchain-openai==0.3.2) Updates `pydantic` from 2.9.2 to 2.10.6 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.6) Updates `pygments` from 2.18.0 to 2.19.1 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.1) Updates `litellm` from 1.51.0 to 1.59.8 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) Updates `pyinstaller` from 6.11.0 to 6.11.1 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.11.0...v6.11.1) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: prompt-toolkit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: langchain-community dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: langchain-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: langchain-openai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: litellm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 41fef57..365c279 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,22 @@ beautifulsoup4==4.12.3 boto3>=1.28.57 inquirerpy==0.3.4 -openai==1.59.6 -prompt_toolkit==3.0.48 +openai==1.60.1 +prompt_toolkit==3.0.50 pyperclip==1.9.0 -langchain==0.3.14 -langchain-community==0.3.14 -langchain-core==0.3.29 -langchain-openai==0.3.0 +langchain==0.3.15 +langchain-community==0.3.15 +langchain-core==0.3.31 +langchain-openai==0.3.2 langchain-text-splitters==0.3.5 -pydantic==2.9.2 +pydantic==2.10.6 docarray==0.40.0 -Pygments==2.18.0 +Pygments==2.19.1 python-dotenv==1.0.1 dill==0.3.9 -litellm==1.51.0 +litellm==1.59.8 tiktoken==0.8.0 -pyinstaller==6.11.0 +pyinstaller==6.11.1 python-magic==0.4.27 pathspec==0.12.1 tqdm