This commit is contained in:
Nuno Campos
2023-11-20 10:39:35 +00:00
parent 2cf65ac6ba
commit db85dbe62d
2 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -3481,4 +3481,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "39ce01bbdc6757d98568030111d92e4c163667ebe674d8312f9f3b2c8b20f98a"
content-hash = "1f1256eab2f04f6f63df516e2cb58141b41644db84fda268d28f44a0dec90447"
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "permchain"
version = "0.0.5"
version = "0.0.6"
description = "permchain"
authors = []
license = "MIT"
@@ -9,7 +9,7 @@ repository = "https://www.github.com/langchain-ai/permchain"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = "^0.0.335"
langchain = ">=0.0.335"
[tool.poetry.group.test.dependencies]