release(fireworks): 1.3.1 (#37189)

This commit is contained in:
Mason Daugherty
2026-05-05 11:18:18 -04:00
committed by GitHub
parent 4498d3dc84
commit 913816c440
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
] ]
version = "1.3.0" version = "1.3.1"
requires-python = ">=3.10.0,<4.0.0" requires-python = ">=3.10.0,<4.0.0"
dependencies = [ dependencies = [
"langchain-core>=1.3.2,<2.0.0", "langchain-core>=1.3.2,<2.0.0",

View File

@@ -759,7 +759,7 @@ typing = [
[[package]] [[package]]
name = "langchain-fireworks" name = "langchain-fireworks"
version = "1.3.0" version = "1.3.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiohttp" }, { name = "aiohttp" },