ibm[patch]: release 0.1.7 (#21737)

pull/21740/head langchain-ibm==0.1.7
Erick Friis 3 weeks ago committed by GitHub
parent e41d801369
commit 3d33b89fa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -165,13 +165,13 @@ test = ["pytest (>=6)"]
[[package]]
name = "freezegun"
version = "1.5.0"
version = "1.5.1"
description = "Let your Python tests travel through time"
optional = false
python-versions = ">=3.7"
files = [
{file = "freezegun-1.5.0-py3-none-any.whl", hash = "sha256:ec3f4ba030e34eb6cf7e1e257308aee2c60c3d038ff35996d7475760c9ff3719"},
{file = "freezegun-1.5.0.tar.gz", hash = "sha256:200a64359b363aa3653d8aac289584078386c7c3da77339d257e46a01fb5c77c"},
{file = "freezegun-1.5.1-py3-none-any.whl", hash = "sha256:bf111d7138a8abe55ab48a71755673dbaa4ab87f4cff5634a4442dfec34c15f1"},
{file = "freezegun-1.5.1.tar.gz", hash = "sha256:b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9"},
]
[package.dependencies]
@ -223,13 +223,13 @@ ibm-cos-sdk-core = "2.13.4"
[[package]]
name = "ibm-watsonx-ai"
version = "1.0.1"
version = "1.0.2"
description = "IBM watsonx.ai API Client"
optional = false
python-versions = ">=3.10"
files = [
{file = "ibm_watsonx_ai-1.0.1-py3-none-any.whl", hash = "sha256:82243058cc51660bb1ebd13e681aeef0be676da365e713bf4cc11af9d87f0f70"},
{file = "ibm_watsonx_ai-1.0.1.tar.gz", hash = "sha256:a5dfeb95ec8a30858fe7b7ae050adb3c2bc702b3735099cad1ae9d85a1c5ae78"},
{file = "ibm_watsonx_ai-1.0.2-py3-none-any.whl", hash = "sha256:784b37f06d2f82712ab621380c7ec2e2ef7ea082cdd9e839390ae86f616764bc"},
{file = "ibm_watsonx_ai-1.0.2.tar.gz", hash = "sha256:2e557e0857ed2038b7350d0246d27cef7d6654f57ef8dd113f5c8fed66c43af8"},
]
[package.dependencies]
@ -351,13 +351,13 @@ url = "../../core"
[[package]]
name = "langsmith"
version = "0.1.55"
version = "0.1.59"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
optional = false
python-versions = "<4.0,>=3.8.1"
files = [
{file = "langsmith-0.1.55-py3-none-any.whl", hash = "sha256:c198b4019d0e0948fa2c94efcafa0312bd5e7ce36aae8d62a38af2d6b16584fc"},
{file = "langsmith-0.1.55.tar.gz", hash = "sha256:08b75046471e3c32cb6b526e48ca4570bfe3911d6b0a3f8575ee062da940324c"},
{file = "langsmith-0.1.59-py3-none-any.whl", hash = "sha256:445e3bc1d3baa1e5340cd979907a19483b9763a2ed37b863a01113d406f69345"},
{file = "langsmith-0.1.59.tar.gz", hash = "sha256:e748a89f4dd6aa441349143e49e546c03b5dfb43376a25bfef6a5ca792fe1437"},
]
[package.dependencies]

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-ibm"
version = "0.1.6"
version = "0.1.7"
description = "An integration package connecting IBM watsonx.ai and LangChain"
authors = ["IBM"]
readme = "README.md"

Loading…
Cancel
Save