mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
nomic: release 0.1.3, core 0.3 compat but not required (#26511)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user