Skip to content

Commit

Permalink
Merge pull request #16 from aelaguiz/update-langchain
Browse files Browse the repository at this point in the history
Update misc langchain deps
  • Loading branch information
aelaguiz authored Mar 20, 2024
2 parents 092c9ca + 1f9046f commit 4ddbf81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ joblib = "1.3.2"
jsonpatch = "1.33"
jsonpointer = "2.4"
keyring = "24.3.1"
langchain = "0.1.7"
langchain-anthropic = "0.1.3"
langchain-community = "0.0.20"
langchain-core = "0.1.23"
langchain-openai = "0.0.6"
langchain = "^0.1.12"
langchain-anthropic = "^0.1.3"
langchain-community = "^0.0.28"
langchain-core = "^0.1.32"
langchain-openai = "^0.0.6"
markdown-it-py = "3.0.0"
marshmallow = "3.20.2"
mdurl = "0.1.2"
Expand Down Expand Up @@ -107,4 +107,4 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
test = "scripts:test"
coverage = "scripts:coverage"
coverage = "scripts:coverage"

0 comments on commit 4ddbf81

Please sign in to comment.