diff --git a/poetry.lock b/poetry.lock index ff3f694..9f0d3c2 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,22 @@ langchain-core = ">=0.2,<0.3" [[package]] name = "langsmith" -version = "0.1.75" +version = "0.1.125" 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.125-py3-none-any.whl", hash = "sha256:74ce8eb2663e1ed20bfcfc88d41e0712879306956c9938d1cdbab7d60458bdca"}, + {file = "langsmith-0.1.125.tar.gz", hash = "sha256:2c0eb0c3cbf22cff55bf519b8e889041f9a591bcf97af5152c8e130333c5940e"}, ] [package.dependencies] +httpx = ">=0.23.0,<1" 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 +4963,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 = "8a98f28ef4f3661449dcf59378a8bbbe95f5e4f90f86ff4836e719163884af95" diff --git a/pyproject.toml b/pyproject.toml index eb98bb9..d24574f 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.125" langgraph = "^0.0.65" yfinance = "^0.2.40" azure-iot-device = "^2.13.1"