partners/fireworks: release 0.2.7 (#29487)

This commit is contained in:
Erick Friis 2025-01-29 14:22:18 -08:00 committed by GitHub
parent 685609e1ef
commit e074c26a6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 588 additions and 391 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "langchain-fireworks" name = "langchain-fireworks"
version = "0.2.6" version = "0.2.7"
description = "An integration package connecting Fireworks and LangChain" description = "An integration package connecting Fireworks and LangChain"
authors = [] authors = []
readme = "README.md" readme = "README.md"
@ -20,7 +20,7 @@ disallow_untyped_defs = "True"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0" python = ">=3.9,<4.0"
langchain-core = "^0.3.27" langchain-core = "^0.3.33"
fireworks-ai = ">=0.13.0" fireworks-ai = ">=0.13.0"
openai = "^1.10.0" openai = "^1.10.0"
requests = "^2" requests = "^2"