Skip to content

Commit

Permalink
Release 3.3.4 (#403)
Browse files Browse the repository at this point in the history
* remove logs

* remove requirements

* Bump version

* Squash

* minor

* switch to http exporter

* Include setuptools to deps (#402)
  • Loading branch information
karthikscale3 authored Nov 15, 2024
1 parent e36c6dd commit b243953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ dev = [
"mistralai",
"boto3",
"embedchain",
"setuptools",
]

test = ["pytest", "pytest-vcr", "pytest-asyncio"]
Expand Down
2 changes: 1 addition & 1 deletion src/langtrace_python_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.3.3"
__version__ = "3.3.4"

0 comments on commit b243953

Please sign in to comment.