diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 3f7547cedb102..b225ac6dc290c 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1780,7 +1780,7 @@ files = [ [[package]] name = "langchain" -version = "0.3.0.dev2" +version = "0.3.0" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1790,8 +1790,8 @@ develop = true [package.dependencies] aiohttp = "^3.8.3" async-timeout = {version = "^4.0.0", markers = "python_version < \"3.11\""} -langchain-core = "^0.3.0.dev5" -langchain-text-splitters = "^0.3.0.dev1" +langchain-core = "^0.3.0" +langchain-text-splitters = "^0.3.0" langsmith = "^0.1.17" numpy = [ {version = ">=1,<2", markers = "python_version < \"3.12\""}, @@ -1809,7 +1809,7 @@ url = "../langchain" [[package]] name = "langchain-core" -version = "0.3.0.dev5" +version = "0.3.0" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1853,7 +1853,7 @@ url = "../standard-tests" [[package]] name = "langchain-text-splitters" -version = "0.3.0.dev1" +version = "0.3.0" description = "LangChain text splitting utilities" optional = false python-versions = ">=3.9,<4.0" @@ -1861,7 +1861,7 @@ files = [] develop = true [package.dependencies] -langchain-core = "^0.3.0.dev1" +langchain-core = "^0.3.0" [package.source] type = "directory" @@ -4386,4 +4386,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "1a81994350c65c891f5f592a522975bc6688cfad016f2af5fe8ad93a76209066" +content-hash = "ee964a118892539749a10eeb2e7e8ce5570cf84faf02ea226fa2af865dc14135" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index c3e3bfadc5e52..e0968b5b89b96 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-community" -version = "0.3.0.dev2" +version = "0.3.0" description = "Community contributed LangChain integrations." authors = [] license = "MIT" @@ -33,8 +33,8 @@ ignore-words-list = "momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy [tool.poetry.dependencies] python = ">=3.9,<4.0" -langchain-core = { version = "^0.3.0.dev5", allow-prereleases = true } -langchain = { version = "^0.3.0.dev2", allow-prereleases = true } +langchain-core = "^0.3.0" +langchain = "^0.3.0" SQLAlchemy = ">=1.4,<3" requests = "^2" PyYAML = ">=5.3"