Skip to content

Commit 9205d01

Browse files
Use Tagged Release of pydantic in Development Dependencies (#4934)
Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com>
1 parent 55241e4 commit 9205d01

File tree

3 files changed

+52
-32
lines changed

3 files changed

+52
-32
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
internal = "Use Tagged Release of `pydantic` in Development Dependencies"
2+
[[pull_requests]]
3+
uid = "4934"
4+
author_uid = "harshil21"
5+
closes_threads = ["4932"]

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,10 @@ docs = [
128128
# Temporary. See #4387
129129
"sphinx-build-compatibility @ git+https://github.com/readthedocs/sphinx-build-compatibility.git@58aabc5f207c6c2421f23d3578adc0b14af57047",
130130
# For python 3.14 support, we need a version of pydantic-core >= 2.35.0, since it upgrades the
131-
# rust toolchain, required for building the project. But there isn't a version of pydantic
132-
# which allows that pydantic-core version yet, so we use the latest commit on the
133-
# pydantic repository, which has the required version of pydantic-core.
134-
# This should ideally be done in `chango`'s dependencies. We can remove this once a new pydantic
135-
# version is released.
136-
"pydantic @ git+https://github.com/pydantic/pydantic ; python_version >= '3.14'"
131+
# rust toolchain, required for building the project.
132+
# This should ideally be done in `chango`'s dependencies. We can remove this once a new
133+
# stable pydantic version is released.
134+
"pydantic >= 2.12.0a1 ; python_version >= '3.14'"
137135
]
138136
all = ["pre-commit", { include-group = "tests" }, { include-group = "docs" }]
139137

uv.lock

Lines changed: 43 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)