We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e9525 commit ec32fecCopy full SHA for ec32fec
impls/python-protocolv2/pyproject.toml
@@ -5,16 +5,13 @@ description = "River toolkit for Python"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
dependencies = [
8
- "replit-river==0.16.5",
+ "replit-river==0.17.0",
9
]
10
11
[build-system]
12
requires = ["hatchling"]
13
build-backend = "hatchling.build"
14
15
-[tool.uv.sources]
16
-replit-river = { git = "https://github.com/replit/river-python", branch = "dstewart/feat/river-v2-codegen" }
17
-
18
[tool.hatch.build.targets.wheel]
19
packages = ["src/testservice"]
20
0 commit comments