release(fireworks): 1.4.4 (#38753)

This commit is contained in:
Mason Daugherty
2026-07-09 13:45:31 -04:00
committed by GitHub
parent ea24fb1e13
commit 8107ff4065
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""Version information for `langchain-fireworks`."""
__version__ = "1.4.3"
__version__ = "1.4.4"

View File

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

View File

@@ -799,7 +799,7 @@ typing = [
[[package]]
name = "langchain-fireworks"
version = "1.4.3"
version = "1.4.4"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },