Skip to content

Commit

Permalink
Merge pull request #11 from msoedov/update_deps
Browse files Browse the repository at this point in the history
feat(Update deps):
  • Loading branch information
msoedov authored May 10, 2023
2 parents 6e4d0df + 9f9faa4 commit 22fe8c6
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [dev]
branches: [main]

env:
POETRY_VERSION: "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ app:FastAPI = create_service("examples.ex2:chain", "examples.ex1:chain")
```

or
```shell
```python
from fastapi import FastAPI
from langcorn import create_service

Expand Down
130 changes: 96 additions & 34 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ langcorn = "langcorn.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.95.0"
uvicorn = "^0.21.1"
langchain = "^0.0.139"
uvicorn = "^0.22.0"
langchain = "^0.0.163"
openai = "^0.27.2"
fire = "^0.5.0"
loguru = "^0.7.0"
bs4 = "0.0.1" # required for ex4.py

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
Expand Down

1 comment on commit 22fe8c6

@vercel
Copy link

@vercel vercel bot commented on 22fe8c6 May 10, 2023

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.vercel.app
langcorn-git-main-msoedov.vercel.app
langcorn-msoedov.vercel.app

Please sign in to comment.