File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6565 hatch build
6666
6767 - name : Publish Python 🐍 distributions 📦 to PyPI
68- uses : pypa/gh-action-pypi-publish@master
68+ uses : pypa/gh-action-pypi-publish@release/v1
6969 with :
7070 password : ${{ secrets.PYPI_TOKEN }}
7171
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ dev = [
4747 " langchain" ,
4848 " langchain-community" ,
4949 " langchain-openai" ,
50- " langchain-openai" ,
5150 " litellm==1.48.7" ,
5251 " chromadb" ,
5352 " cohere" ,
@@ -59,6 +58,7 @@ dev = [
5958 " google-cloud-aiplatform" ,
6059 " mistralai" ,
6160 " embedchain" ,
61+ " typing-extensions" ,
6262]
6363
6464test = [" pytest" , " pytest-vcr" , " pytest-asyncio" ]
Original file line number Diff line number Diff line change 1- __version__ = "2.3.24 "
1+ __version__ = "2.3.27 "
You can’t perform that action at this time.
0 commit comments