Skip to content

Commit

Permalink
langsmith fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Nov 15, 2024
1 parent 7d642bb commit 746c2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.110.1'
version = '0.110.2'

setup(
name='sunholo',
Expand Down Expand Up @@ -32,7 +32,7 @@
"langchain==0.2.16",
"langchain_experimental==0.0.65",
"langchain-community==0.2.17",
"langsmith==0.1.140",
"langsmith==0.1.143",
],
extras_require={
# Define optional dependencies with feature names
Expand Down

0 comments on commit 746c2ab

Please sign in to comment.