This repository contains 1 package with Upstage integrations with LangChain:
- langchain-upstage integrates Upstage.
In order to release a new version of langchain-upstage
, follow these steps.
- Update the version of
langchain-upstage
inlibs/upstage/pyproject.toml
file to the next release candidate version. For example, if the latest version is0.1.5
, next rc version should be0.1.6rc0
. - Run
release
action to release the rc version. - Verify your changes using released rc version.
- If the rc version has a bug, fix the bug and repeat the step 1~3 to release another rc version. (
0.1.6rc1
in this case) - If the rc version works as expected, remove the rc from the version (
0.1.6
in this case) and release it again.