release(fireworks): 1.5.0 (#38986)

fireworks version bump from 1.4.4 to 1.5.0 and upgrade langchain-core
version to 1.5.0

---------

Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
Nishitha M
2026-07-21 12:10:44 -04:00
committed by GitHub
parent 46ca9e9477
commit fff9a4d65d
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -20,10 +20,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.4.4"
version = "1.5.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.4.7,<2.0.0",
"langchain-core>=1.5.0,<2.0.0",
"fireworks-ai>=1.2.0a71,<2.0.0",
"openai>=2.0.0,<3.0.0",
"requests>=2.0.0,<3.0.0",

View File

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