diff --git a/libs/partners/robocorp/poetry.lock b/libs/partners/robocorp/poetry.lock index f12c3192e344c..315f706a0c1de 100644 --- a/libs/partners/robocorp/poetry.lock +++ b/libs/partners/robocorp/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 = "annotated-types" @@ -11,9 +11,6 @@ files = [ {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"}, ] -[package.dependencies] -typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.9\""} - [[package]] name = "certifi" version = "2024.7.4" @@ -229,10 +226,10 @@ files = [ [[package]] name = "langchain-core" -version = "0.2.24" +version = "0.2.38" description = "Building applications with LLMs through composability" optional = false -python-versions = ">=3.8.1,<4.0" +python-versions = ">=3.9,<4.0" files = [] develop = true @@ -246,6 +243,7 @@ pydantic = [ ] PyYAML = ">=5.3" tenacity = "^8.1.0,!=8.4.0" +typing-extensions = ">=4.7" [package.source] type = "directory" @@ -870,5 +868,5 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" -python-versions = ">=3.8.1,<4.0" -content-hash = "6b4489fb9ed4fe0871e64ef8ad93a9122a801824811cfeeebb6a42f3d666d50e" +python-versions = ">=3.9,<4.0" +content-hash = "a684f0e24648e9106bbb7d79554a71fca47235b61961159872a5d72267406aab" diff --git a/libs/partners/robocorp/pyproject.toml b/libs/partners/robocorp/pyproject.toml index d10b336be27ad..6cf85e16b834e 100644 --- a/libs/partners/robocorp/pyproject.toml +++ b/libs/partners/robocorp/pyproject.toml @@ -18,10 +18,11 @@ disallow_untyped_defs = "True" "Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/robocorp" [tool.poetry.dependencies] -python = ">=3.8.1,<4.0" +python = ">=3.9,<4.0" langchain-core = ">=0.2.24,<0.3" requests = "^2.31.0" types-requests = "^2.31.0.6" +pydantic = ">=2,<3" [tool.ruff.lint] select = [ "E", "F", "I", "T201",]