nomic: release 0.1.3, core 0.3 compat but not required (#26511)

This commit is contained in:
Erick Friis
2024-09-15 20:10:25 -07:00
committed by GitHub
parent bd42344b0a
commit ee4e11379f
2 changed files with 124 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-nomic"
version = "0.1.2"
version = "0.1.3"
description = "An integration package connecting Nomic and LangChain"
authors = []
readme = "README.md"
@@ -13,8 +13,8 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev"
nomic = "^3.0.29"
langchain-core = ">=0.2.40,<0.4"
nomic = "^3.1.2"
pillow = "^10.3.0"
[tool.poetry.group.test]