Skip to content

Commit 420dcf5

Browse files
authored
release(prompty): 1.0.0a1 (#33235)
1 parent 9f75e20 commit 420dcf5

File tree

2 files changed

+209
-504
lines changed

2 files changed

+209
-504
lines changed

libs/partners/prompty/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ build-backend = "pdm.backend"
55
[project]
66
authors = []
77
license = { text = "MIT" }
8-
requires-python = ">=3.9.0,<4.0.0"
9-
dependencies = ["langchain-core>=0.3.76,<1.0.0", "pyyaml>=6.0.1,<7.0.0"]
8+
requires-python = ">=3.10.0,<4.0.0"
9+
dependencies = [
10+
"langchain-core>=1.0.0a1,<2.0.0",
11+
"pyyaml>=6.0.1,<7.0.0"
12+
]
1013
name = "langchain-prompty"
11-
version = "0.1.2"
14+
version = "1.0.0a1"
1215
description = "An integration package connecting Prompty and LangChain"
1316
readme = "README.md"
1417

@@ -50,9 +53,6 @@ langchain-text-splitters = { path = "../../text-splitters", editable = true }
5053
langchain = { path = "../../langchain", editable = true }
5154
langchain-tests = { path = "../../standard-tests", editable = true }
5255

53-
[tool.ruff]
54-
target-version = "py39"
55-
5656
[tool.ruff.format]
5757
docstring-code-format = true
5858

0 commit comments

Comments
 (0)