Skip to content

Commit ff4b611

Browse files
Bump compiler to 0.9.0 (#148)
1 parent 2407c83 commit ff4b611

File tree

2 files changed

+9
-39
lines changed

2 files changed

+9
-39
lines changed

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>=0.8.0,<0.9",
19-
"betterproto2",
18+
"betterproto2>=0.9.0,<0.10",
19+
# "betterproto2",
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: 5 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)