Skip to content

Commit 8bcf6b1

Browse files
Use latest published lib version (#136)
1 parent 24f13a5 commit 8bcf6b1

2 files changed

Lines changed: 10 additions & 40 deletions

File tree

betterproto2_compiler/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ keywords = [
1515
requires-python = ">=3.10,<4.0"
1616
dependencies = [
1717
# TODO use the version from the current repo?
18-
# "betterproto2[grpclib]>=0.7.0,<0.8",
19-
"betterproto2[grpclib]",
18+
"betterproto2[grpclib]>=0.8.0,<0.9",
19+
# "betterproto2[grpclib]",
2020
"ruff~=0.9.3",
2121
"jinja2>=3.0.3",
2222
"typing-extensions>=4.7.1,<5",
2323
"strenum>=0.4.15,<0.5 ; python_version == '3.10'",
2424
]
2525

26-
[tool.uv.sources]
27-
"betterproto2" = { path = "../betterproto2" }
26+
# [tool.uv.sources]
27+
# "betterproto2" = { path = "../betterproto2" }
2828

2929
[project.urls]
3030
Documentation = "https://betterproto.github.io/python-betterproto2/"

betterproto2_compiler/uv.lock

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

0 commit comments

Comments
 (0)