mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
templates: fix deps (#15439)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from langchain.output_parsers import GuardrailsOutputParser
|
||||
from langchain.prompts import PromptTemplate
|
||||
from langchain_community.llms import OpenAI
|
||||
from langchain_core.prompts import PromptTemplate
|
||||
|
||||
# Define rail string
|
||||
|
||||
|
1052
templates/guardrails-output-parser/poetry.lock
generated
1052
templates/guardrails-output-parser/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<3.13"
|
||||
langchain = ">=0.0.325"
|
||||
langchain = ">=0.0.353,<0.2"
|
||||
openai = "<2"
|
||||
guardrails-ai = "^0.2.4"
|
||||
alt-profanity-check = "^1.3.1"
|
||||
|
Reference in New Issue
Block a user