Skip to content

Commit

Permalink
🔼 Bump package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Nov 20, 2023
1 parent 8a53e24 commit b82c8a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "funcchain"
version = "0.1.6"
version = "0.1.7"
description = "🔖 write prompts as python functions"
authors = ["Shroominic <[email protected]>"]
license = "MIT License"
Expand All @@ -9,9 +9,9 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10, <3.13"
numpy = ">=1.26"
langchain = ">=0.0.336"
langchain = ">=0.0.338"
pydantic = ">2"
aiohttp = "3.9.0b1"
aiohttp = ">=3.9"
python-dotenv = "^1"
pydantic-settings = "^2"
tiktoken = ">=0.4"
Expand Down

0 comments on commit b82c8a3

Please sign in to comment.