Skip to content

Commit ca4fd70

Browse files
Pin remaining missing pins
1 parent ba4ab65 commit ca4fd70

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

example/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "connect-python-example"
33
version = "0.1.0"
44

5-
dependencies = ["connect-python", "flask", "protobuf", "starlette>=0.48.0"]
5+
dependencies = ["connect-python", "flask>=3.1.2", "protobuf>=5.28", "starlette>=0.48.0"]
66

77
[build-system]
88
requires = ["uv_build>=0.7.21,<0.8.0"]

noextras/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ version = "0.1.0"
55
dependencies = [
66
"connect-python",
77
"connect-python-example",
8-
"pytest",
9-
"pytest-asyncio",
10-
"pytest-cov",
8+
"pytest>=8.4.2",
9+
"pytest-asyncio>=1.1.0",
10+
"pytest-cov>=7.0.0",
1111
]
1212

1313
[tool.ruff]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ dev = [
3939
"brotli>=1.1.0",
4040
"connect-python-example",
4141
"coverage>=7.10",
42-
"flask>=3.1.2",
4342
"httpx[http2]>=0.28.1",
4443
"hypercorn>=0.17.3",
4544
"just-bin>=1.42.4; sys_platform != 'win32'",

uv.lock

Lines changed: 5 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)