Skip to content

Commit

Permalink
multiple: 0.3.0 not dev version (langchain-ai#26502)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored and Sheepsta300 committed Oct 1, 2024
1 parent 7ad4177 commit 8f2ee32
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 20 deletions.
2 changes: 1 addition & 1 deletion libs/cli/langchain_cli/integration_template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev"
langchain-core = "^0.3.0"

[tool.poetry.group.test]
optional = true
Expand Down
2 changes: 1 addition & 1 deletion libs/cli/langchain_cli/package_template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev"
langchain-core = "^0.3.0"
langchain-openai = ">=0.0.1"


Expand Down
38 changes: 22 additions & 16 deletions libs/standard-tests/poetry.lock

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

3 changes: 1 addition & 2 deletions libs/standard-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = { version = ">=0.3.0.dev1", allow-prereleases = true }
langchain-core = "^0.3.0"
pytest = ">=7,<9"
httpx = "^0.27.0"
syrupy = "^4"
Expand Down Expand Up @@ -82,4 +82,3 @@ markers = [
"compile: mark placeholder test used to compile integration tests without running them",
]
asyncio_mode = "auto"

0 comments on commit 8f2ee32

Please sign in to comment.