diff --git a/libs/partners/openai/poetry.lock b/libs/partners/openai/poetry.lock index 2d6c16a93da..ba94e4b5e0f 100644 --- a/libs/partners/openai/poetry.lock +++ b/libs/partners/openai/poetry.lock @@ -318,7 +318,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.33-rc.1" +version = "0.1.33" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -344,13 +344,13 @@ url = "../../core" [[package]] name = "langsmith" -version = "0.1.29" +version = "0.1.31" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." optional = false -python-versions = ">=3.8.1,<4.0" +python-versions = "<4.0,>=3.8.1" files = [ - {file = "langsmith-0.1.29-py3-none-any.whl", hash = "sha256:5439f5bf25b00a43602aa1ddaba0a31d413ed920e7b20494070328f7e1ecbb86"}, - {file = "langsmith-0.1.29.tar.gz", hash = "sha256:60ba0bd889c6a2683d123f66dc5043368eb2f103c4eb69e382abf7ce69a9f7d6"}, + {file = "langsmith-0.1.31-py3-none-any.whl", hash = "sha256:5211a9dc00831db307eb843485a97096484b697b5d2cd1efaac34228e97ca087"}, + {file = "langsmith-0.1.31.tar.gz", hash = "sha256:efd54ccd44be7fda911bfdc0ead340473df2fdd07345c7252901834d0c4aa37e"}, ] [package.dependencies] diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index bed3fdad740..bf54fc4079f 100644 --- a/libs/partners/openai/pyproject.toml +++ b/libs/partners/openai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-openai" -version = "0.0.8" +version = "0.1.0" description = "An integration package connecting OpenAI and LangChain" authors = [] readme = "README.md"