fireworks: release 0.2.9 (#30527)

This commit is contained in:
ccurme
2025-03-27 12:04:20 -04:00
committed by GitHub
parent 05482877be
commit 59908f04d4
2 changed files with 5 additions and 5 deletions

View File

@@ -7,14 +7,14 @@ authors = []
license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.47",
"langchain-core<1.0.0,>=0.3.49",
"fireworks-ai>=0.13.0",
"openai<2.0.0,>=1.10.0",
"requests<3,>=2",
"aiohttp<4.0.0,>=3.9.1",
]
name = "langchain-fireworks"
version = "0.2.8"
version = "0.2.9"
description = "An integration package connecting Fireworks and LangChain"
readme = "README.md"