partners/fireworks: release 0.2.0 (#26467)

This commit is contained in:
Erick Friis
2024-09-13 15:48:16 -07:00
committed by GitHub
parent 832bc834b1
commit 995dfc6b05
2 changed files with 20 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-fireworks"
version = "0.2.0.dev2"
version = "0.2.0"
description = "An integration package connecting Fireworks and LangChain"
authors = []
readme = "README.md"
@@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = { version = "^0.3.0.dev5", allow-prereleases = true }
langchain-core = "^0.3.0"
fireworks-ai = ">=0.13.0"
openai = "^1.10.0"
requests = "^2"