From b4294a111ec457cfbff763d01417cd14b3580ad2 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:53:21 -0800 Subject: [PATCH] [Python] 0.1.15 (#490) Support for custom hide_inputs/outputs in python --- README.md | 6 ++++-- js/README.md | 1 + python/README.md | 3 ++- python/pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 618f84952..23b826724 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # LangSmith Client SDKs -[![Release Notes](https://img.shields.io/github/release/langchain-ai/langsmith-sdk)](https://github.com/langchain-ai/langsmith-sdk/releases) -[![Python Downloads](https://static.pepy.tech/badge/langsmith/month)](https://pepy.tech/project/langsmith) + [![Release Notes](https://img.shields.io/github/release/langchain-ai/langsmith-sdk?logo=python)](https://github.com/langchain-ai/langsmith-sdk/releases) + [![Python Downloads](https://static.pepy.tech/badge/langsmith/month)](https://pepy.tech/project/langsmith) + +![NPM Version](https://img.shields.io/npm/v/langsmith?logo=npm) [![JS Downloads](https://img.shields.io/npm/dm/langsmith)](https://www.npmjs.com/package/langsmith) This repository contains the Python and Javascript SDK's for interacting with the [LangSmith platform](https://smith.langchain.com/). diff --git a/js/README.md b/js/README.md index ccf15bc4e..7c9ad7732 100644 --- a/js/README.md +++ b/js/README.md @@ -1,5 +1,6 @@ # LangSmith Client SDK +![NPM Version](https://img.shields.io/npm/v/langsmith?logo=npm) [![JS Downloads](https://img.shields.io/npm/dm/langsmith)](https://www.npmjs.com/package/langsmith) diff --git a/python/README.md b/python/README.md index f7863d787..cde04c246 100644 --- a/python/README.md +++ b/python/README.md @@ -1,5 +1,6 @@ # LangSmith Client SDK -[![Downloads](https://static.pepy.tech/badge/langsmith/month)](https://pepy.tech/project/langsmith) + [![Release Notes](https://img.shields.io/github/release/langchain-ai/langsmith-sdk?logo=python)](https://github.com/langchain-ai/langsmith-sdk/releases) + [![Python Downloads](https://static.pepy.tech/badge/langsmith/month)](https://pepy.tech/project/langsmith) This package contains the Python client for interacting with the [LangSmith platform](https://smith.langchain.com/). diff --git a/python/pyproject.toml b/python/pyproject.toml index fb4271cd2..9c4368127 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.1.14" +version = "0.1.15" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"