Skip to content

Commit

Permalink
⬆️ v0.1.1 - security patch
Browse files Browse the repository at this point in the history
shroominic committed Oct 10, 2023
1 parent f8a8d8a commit 35106c3
Showing 2 changed files with 394 additions and 418 deletions.
806 changes: 391 additions & 415 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "funcchain"
version = "0.1.0"
description = "🔖 write langchain prompts as python functions"
version = "0.1.1"
description = "🔖 write prompts as python functions"
authors = ["Shroominic <contact@shroominic.com>"]
license = "MIT License"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10, <4.0"
langchain = ">=0.0.277"
langchain = ">=0.0.312"
pydantic = "^2"
python-dotenv = "^1"
pydantic-settings = "^2"

0 comments on commit 35106c3

Please sign in to comment.