Skip to content

Commit

Permalink
chore: build(deps): bump langchain from 0.0.312 to 0.0.325 (#12)
Browse files Browse the repository at this point in the history
* build(deps): bump langchain from 0.0.312 to 0.0.325

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.312 to 0.0.325.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@v0.0.312...v0.0.325)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update langchain properly.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexey Klimov <alexey_klimov@epam.com>
  • Loading branch information
dependabot[bot] and Oleksii-Klimov authored Nov 2, 2023
1 parent 238ed39 commit 02efd37
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
43 changes: 25 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ clean = "scripts.clean:main"
python = "^3.11"
aiocache = "^0.12.2"
jinja2 = "^3.1.2"
langchain = "^0.0.312"
langchain = "^0.0.325"
openai = "^0.28.0"
pydantic = "1.10.13"
pyyaml = "^6.0.1"
typing-extensions = "^4.8.0"
aidial-sdk = "^0.1.0"
aiohttp = "^3.8.5"
openapi-schema-pydantic = "^1.2.4"
openapi-pydantic = "^0.3.2"

[tool.poetry.group.dev.dependencies]
nox = "^2023.4.22"
Expand Down

0 comments on commit 02efd37

Please sign in to comment.