chore(langchain): revert back to static versioning for now (#32719)

This commit is contained in:
Sydney Runkle
2025-08-27 13:54:41 -04:00
committed by GitHub
parent 047bcbaa13
commit 806bc593ab
3 changed files with 24 additions and 13 deletions

View File

@@ -12,16 +12,12 @@ dependencies = [
"langgraph>=0.6.0",
"pydantic>=2.7.4",
]
dynamic = ["version"]
name = "langchain"
version = "1.0.0a1"
description = "Building applications with LLMs through composability"
readme = "README.md"
[tool.pdm.version]
source = "file"
path = "langchain/__init__.py"
[project.optional-dependencies]
# community = ["langchain-community"]
anthropic = ["langchain-anthropic"]

View File

@@ -1431,7 +1431,7 @@ wheels = [
[[package]]
name = "langchain"
version = "1.0.0.dev1"
version = "1.0.0a1"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },