Skip to content

Commit ec32fec

Browse files
Upgrade to river-python
1 parent 43e9525 commit ec32fec

File tree

2 files changed

+59
-58
lines changed

2 files changed

+59
-58
lines changed

impls/python-protocolv2/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ description = "River toolkit for Python"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"replit-river==0.16.5",
8+
"replit-river==0.17.0",
99
]
1010

1111
[build-system]
1212
requires = ["hatchling"]
1313
build-backend = "hatchling.build"
1414

15-
[tool.uv.sources]
16-
replit-river = { git = "https://github.com/replit/river-python", branch = "dstewart/feat/river-v2-codegen" }
17-
1815
[tool.hatch.build.targets.wheel]
1916
packages = ["src/testservice"]
2017

0 commit comments

Comments
 (0)