fireworks: release 0.3.0 (#30977)

This commit is contained in:
ccurme
2025-04-23 10:08:38 -04:00
committed by GitHub
parent 8c5ae108dd
commit e4877e5ef1
2 changed files with 17 additions and 13 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.49",
"langchain-core<1.0.0,>=0.3.55",
"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.9"
version = "0.3.0"
description = "An integration package connecting Fireworks and LangChain"
readme = "README.md"