Skip to content

Commit 6e41c31

Browse files
committed
Merge branch 'main' of github.com:Scale3-Labs/langtrace-python-sdk into development
2 parents 363218c + 49e0a08 commit 6e41c31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6464
test = ["pytest", "pytest-vcr", "pytest-asyncio"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.24"
1+
__version__ = "2.3.27"

0 commit comments

Comments
 (0)