Skip to content

Commit 90e4d94

Browse files
authored
chore(infra): pdm -> hatchling (#33289)
1 parent a16342b commit 90e4d94

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

libs/core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

libs/langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

libs/langchain_v1/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

libs/partners/anthropic/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

libs/partners/chroma/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

libs/partners/deepseek/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

libs/partners/exa/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

libs/partners/fireworks/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

libs/partners/groq/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

libs/partners/huggingface/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["pdm-backend"]
3-
build-backend = "pdm.backend"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
authors = []

0 commit comments

Comments
 (0)