From 45f488971f361c9a6c3134885760329648ec0dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:03:19 +0000 Subject: [PATCH] Bump langsmith from 0.1.75 to 0.1.93 Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.1.75 to 0.1.93. - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.1.75...v0.1.93) --- updated-dependencies: - dependency-name: langsmith dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 +++++++++------ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff3f694..9bf8328 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiodns" @@ -1835,18 +1835,21 @@ langchain-core = ">=0.2,<0.3" [[package]] name = "langsmith" -version = "0.1.75" +version = "0.1.93" 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.75-py3-none-any.whl", hash = "sha256:d08b08dd6b3fa4da170377f95123d77122ef4c52999d10fff4ae08ff70d07aed"}, - {file = "langsmith-0.1.75.tar.gz", hash = "sha256:61274e144ea94c297dd78ce03e6dfae18459fe9bd8ab5094d61a0c4816561279"}, + {file = "langsmith-0.1.93-py3-none-any.whl", hash = "sha256:811210b9d5f108f36431bd7b997eb9476a9ecf5a2abd7ddbb606c1cdcf0f43ce"}, + {file = "langsmith-0.1.93.tar.gz", hash = "sha256:285b6ad3a54f50fa8eb97b5f600acc57d0e37e139dd8cf2111a117d0435ba9b4"}, ] [package.dependencies] orjson = ">=3.9.14,<4.0.0" -pydantic = ">=1,<3" +pydantic = [ + {version = ">=1,<3", markers = "python_full_version < \"3.12.4\""}, + {version = ">=2.7.4,<3.0.0", markers = "python_full_version >= \"3.12.4\""}, +] requests = ">=2,<3" [[package]] @@ -4959,4 +4962,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f9e223a78c18c925a1e57b5d8cb646b707a2a7497c838c2110eb95c1aebc431a" +content-hash = "697355631e94d90f0e4705d0530d3ba254fe2db619a5e89ed4df20234516d1cb" diff --git a/pyproject.toml b/pyproject.toml index eb98bb9..3f45c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ azure-cosmos = "^4.6.1" langchain = "^0.2.2" langchain-openai = "^0.1.8" langchain-community = "^0.2.5" -langsmith = "^0.1.75" +langsmith = "^0.1.93" langgraph = "^0.0.65" yfinance = "^0.2.40" azure-iot-device = "^2.13.1"