Skip to content

Commit f17bac0

Browse files
committed
Add pydantic-core==2.27.2
1 parent 6e85d28 commit f17bac0

File tree

8 files changed

+17
-14
lines changed

8 files changed

+17
-14
lines changed

benchmark/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-benchmark"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
requires-python = ">=3.12"
55
dependencies = [
66
"matplotlib>=3.10.8",

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-docs"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"

examples/simple/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-example-simple"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
requires-python = ">=3.12"
55
dependencies = [
66
"rest-rpc[fastapi,requests,aiohttp,httpx,urllib3]>=0.1.0",

examples/upgraded/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-example-upgraded"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
requires-python = ">=3.12"
55
dependencies = [
66
"rest-rpc[fastapi,requests,aiohttp,httpx,urllib3]>=0.1.0",

examples/webapp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-example-webapp"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
requires-python = ">=3.12"
55
dependencies = [
66
"rest-rpc[fastapi]>=0.1.0",

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A Python library that makes type-checked REST APIs easy"
55
license = "MIT"
66
license-files = ["LICENSE"]
@@ -11,6 +11,7 @@ authors = [
1111
requires-python = ">=3.12"
1212
dependencies = [
1313
"pydantic==2.10.6",
14+
"pydantic-core==2.27.2",
1415
]
1516

1617
[project.optional-dependencies]

tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-tests"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
requires-python = ">=3.12"
55
dependencies = [
66
"pytest>=9.0.2",

uv.lock

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

0 commit comments

Comments
 (0)