Skip to content

Commit 0509d90

Browse files
authored
Bump version to v2.35.0 (#1732)
1 parent 477b9b3 commit 0509d90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pydantic-core"
3-
version = "2.34.1"
3+
version = "2.35.0"
44
edition = "2021"
55
license = "MIT"
66
homepage = "https://github.com/pydantic/pydantic-core"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ['maturin>=1,<2', 'typing-extensions >=4.6.0,!=4.7.0']
2+
requires = ['maturin>=1,<2']
33
build-backend = 'maturin'
44

55
[project]
@@ -38,7 +38,7 @@ classifiers = [
3838
dependencies = [
3939
'typing-extensions>=4.13.0',
4040
]
41-
dynamic = ['description', 'license', 'readme', 'version']
41+
dynamic = ['license', 'readme', 'version']
4242

4343
[project.urls]
4444
Homepage = 'https://github.com/pydantic/pydantic-core'

0 commit comments

Comments
 (0)