-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fix security vulnerability; update to langchain = "^0.0.308"):
- Loading branch information
Showing
7 changed files
with
144 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[tool.poetry] | ||
name = "langcorn" | ||
version = "0.0.17" | ||
version = "0.0.18" | ||
description = "A Python package creating rest api interface for LangChain" | ||
authors = ["Alexander Miasoiedov <[email protected]>"] | ||
maintainers = ["Alexander Miasoiedov <[email protected]>"] | ||
repository = "https://github.com/msoedov/langcorn" | ||
license = "MIT" | ||
readme = "Readme.md" | ||
keywords = ["nlp", "langchain", "openai", "gpt", "fastapi", "llm"] | ||
keywords = ["nlp", "langchain", "openai", "gpt", "fastapi", "llm", "llmops"] | ||
packages = [{ include = "langcorn", from = "." }] | ||
|
||
|
||
|
@@ -16,24 +16,24 @@ langcorn = "langcorn.__main__:entrypoint" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
fastapi = "^0.101.0" | ||
fastapi = "^0.103.2" | ||
uvicorn = "^0.23.2" | ||
langchain = "^0.0.283" | ||
openai = "^0.28.0" | ||
langchain = "^0.0.308" | ||
openai = "^0.28.1" | ||
fire = "^0.5.0" | ||
loguru = "^0.7.0" | ||
loguru = "^0.7.2" | ||
bs4 = "0.0.1" # required for ex4.py | ||
langchain-experimental = "^0.0.14" | ||
certifi = "^2023.7.22" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
black = "^23.7.0" | ||
black = "^23.9.1" | ||
mypy = "^1.5.1" | ||
httpx = "^0.24.1" | ||
pytest = "^7.4.1" | ||
types-requests = "^2.31.0.1" | ||
httpx = "^0.25.0" | ||
pytest = "^7.4.2" | ||
pre-commit = "^3.4.0" | ||
chromadb = "^0.3.2.6" # required for ex8.py | ||
numexpr = "^2.6.1" | ||
chromadb = "^0.3.2.6" # required for ex8.py | ||
|
||
[tool.ruff] | ||
line-length = 120 | ||
|
ed8bb32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
langcorn – ./
langcorn-git-main-msoedov.vercel.app
langcorn-msoedov.vercel.app
langcorn.vercel.app