release(fireworks): 1.0.0a1 (#33230)

This commit is contained in:
Mason Daugherty
2025-10-02 19:03:54 -04:00
committed by GitHub
parent 21ba7adbab
commit e85b03d5e4
3 changed files with 99 additions and 83 deletions

View File

@@ -7,14 +7,14 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=0.3.55,<2.0.0",
"langchain-core>=1.0.0a6,<2.0.0",
"fireworks-ai>=0.13.0,<1.0.0",
"openai>=1.0.0,<2.0.0",
"openai>=2.0.0,<3.0.0",
"requests>=2.0.0,<3.0.0",
"aiohttp>=3.9.1,<4.0.0",
]
name = "langchain-fireworks"
version = "0.3.0"
version = "1.0.0a1"
description = "An integration package connecting Fireworks and LangChain"
readme = "README.md"
@@ -47,9 +47,6 @@ langchain-tests = { path = "../../standard-tests", editable = true }
[tool.mypy]
disallow_untyped_defs = "True"
[tool.ruff]
target-version = "py39"
[tool.ruff.format]
docstring-code-format = true