Skip to content

Commit

Permalink
prompty[minor]: Release 0.1.0 (#26481)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Sep 13, 2024
1 parent 9c88037 commit 543a805
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 26 deletions.
41 changes: 18 additions & 23 deletions libs/partners/prompty/poetry.lock

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

6 changes: 3 additions & 3 deletions libs/partners/prompty/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-prompty"
version = "0.0.3"
version = "0.1.0"
description = "An integration package connecting Prompty and LangChain"
authors = []
readme = "README.md"
Expand All @@ -13,9 +13,8 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev4"
langchain-core = "^0.3.0"
pyyaml = "^6.0.1"
types-pyyaml = "^6.0.12.20240311"

[tool.poetry.group.test]
optional = true
Expand Down Expand Up @@ -50,6 +49,7 @@ ruff = "^0.1.5"

[tool.poetry.group.typing.dependencies]
mypy = "^0.991"
types-pyyaml = "^6.0.12.20240311"
langchain-core = { path = "../../core", develop = true }

[tool.poetry.group.dev]
Expand Down

0 comments on commit 543a805

Please sign in to comment.