Skip to content

Commit

Permalink
update bisheng-langchain version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 committed Sep 19, 2023
2 parents a1a8833 + 53e3ceb commit e5ce6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
DOCKERHUB_REPO: dataelement/
PY_NEXUS: 110.16.193.170:50083
DOCKER_NEXUS: 110.16.193.170:50080
RELEASE_VERSION: 0.1.1 # bisheng-langchain nexus 始终替换版本

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = ["./bisheng/*", "bisheng/**/*"]
bisheng = "bisheng.__main__:main"

[tool.poetry.dependencies]
bisheng_langchain = "^0.1.4"
bisheng_langchain = "^0.1.1"
fastapi_jwt_auth = "^0.5.0"
redis = "^5.0.0"
jieba = "^0.42.1"
Expand Down

0 comments on commit e5ce6ec

Please sign in to comment.