Skip to content

Commit

Permalink
groq, fireworks, text-splitters (#26104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Sep 5, 2024
1 parent b97307c commit d022296
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 20 deletions.
15 changes: 6 additions & 9 deletions libs/partners/fireworks/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libs/partners/fireworks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-fireworks"
version = "0.1.7"
version = "0.2.0.dev0"
description = "An integration package connecting Fireworks and LangChain"
authors = []
readme = "README.md"
Expand All @@ -19,8 +19,8 @@ disallow_untyped_defs = "True"
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-fireworks%3D%3D0%22&expanded=true"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.26"
python = ">=3.9,<4.0"
langchain-core = { version = "^0.3.0.dev1", allow-prereleases = true }
fireworks-ai = ">=0.13.0"
openai = "^1.10.0"
requests = "^2"
Expand Down
10 changes: 5 additions & 5 deletions libs/partners/groq/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/partners/groq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-groq"
version = "0.1.9"
version = "0.2.0.dev0"
description = "An integration package connecting Groq and LangChain"
authors = []
readme = "README.md"
Expand All @@ -20,7 +20,7 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.2.26"
langchain-core = { version = "^0.3.0.dev1", allow-prereleases = true }
groq = ">=0.4.1,<1"
pydantic = ">=2,<3"

Expand Down
2 changes: 1 addition & 1 deletion libs/text-splitters/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-text-splitters"
version = "0.2.4"
version = "0.3.0.dev0"
description = "LangChain text splitting utilities"
authors = []
license = "MIT"
Expand Down

0 comments on commit d022296

Please sign in to comment.