Skip to content

Commit

Permalink
integrations[patch]: require core >=0.2.17 (#24207)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jul 12, 2024
1 parent f1618ec commit cb5031f
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 25 deletions.
4 changes: 2 additions & 2 deletions libs/partners/anthropic/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/partners/anthropic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ markers = [ "requires: mark tests as requiring a specific library", "asyncio: ma
asyncio_mode = "auto"

[tool.poetry.dependencies.langchain-core]
version = ">=0.2.10,<0.3"
version = ">=0.2.17,<0.3"

[tool.poetry.dependencies.defusedxml]
version = "^0.7.1"
Expand Down
4 changes: 2 additions & 2 deletions libs/partners/fireworks/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/partners/fireworks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.2,<0.3"
langchain-core = ">=0.2.17,<0.3"
fireworks-ai = ">=0.13.0"
openai = "^1.10.0"
requests = "^2"
Expand Down
4 changes: 2 additions & 2 deletions libs/partners/groq/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/partners/groq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.2,<0.3"
langchain-core = ">=0.2.17,<0.3"
groq = ">=0.4.1,<1"

[tool.ruff.lint]
Expand Down
7 changes: 4 additions & 3 deletions libs/partners/ibm/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/partners/ibm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
langchain-core = ">=0.2.2,<0.3"
langchain-core = ">=0.2.17,<0.3"
ibm-watsonx-ai = "^1.0.8"

[tool.ruff.lint]
Expand Down
4 changes: 2 additions & 2 deletions libs/partners/mistralai/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/partners/mistralai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.2,<0.3"
langchain-core = ">=0.2.17,<0.3"
tokenizers = ">=0.15.1,<1"
httpx = ">=0.25.2,<1"
httpx-sse = ">=0.3.1,<1"
Expand Down
6 changes: 3 additions & 3 deletions libs/partners/openai/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/partners/openai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ignore_missing_imports = true

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.2.13"
langchain-core = "^0.2.17"
openai = "^1.32.0"
tiktoken = ">=0.7,<1"

Expand Down
8 changes: 4 additions & 4 deletions libs/partners/together/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/partners/together/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ disallow_untyped_defs = "True"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = ">=0.2.2,<0.3"
langchain-core = ">=0.2.17,<0.3"
langchain-openai = "^0.1.8"
requests = "^2"
aiohttp = "^3.9.1"
Expand Down

0 comments on commit cb5031f

Please sign in to comment.