Skip to content

Commit

Permalink
update deps and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Sep 10, 2024
1 parent e2c8690 commit bf4ea0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 10 additions & 2 deletions libs/partners/mongodb/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions libs/partners/mongodb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-mongodb"
version = "0.1.9"
version = "0.2.0.dev1"
description = "An integration package connecting MongoDB and LangChain"
authors = []
readme = "README.md"
Expand All @@ -21,8 +21,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
pymongo = ">=4.6.1,<5.0"
langchain-core = { version = "^0.3.0.dev", allow-prereleases = true }
pydantic = ">=2,<3"
langchain-core = { version = "^0.3.0.dev4", allow-prereleases = true }

[[tool.poetry.dependencies.numpy]]
version = "^1"
Expand Down

0 comments on commit bf4ea0a

Please sign in to comment.