Compare commits
No commits in common. "main" and "v0.7.0" have entirely different histories.
|
@ -18,9 +18,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"grpcio==1.72.1",
|
"grpcio==1.71.0",
|
||||||
"grpcio-reflection==1.*",
|
"grpcio-reflection==1.*",
|
||||||
"protobuf==6.31.1", # Must be compatible with grpcio-tools.
|
"protobuf==5.29.3", # Must be compatible with grpcio-tools.
|
||||||
"pydantic==2.*",
|
"pydantic==2.*",
|
||||||
"structlog==25.*",
|
"structlog==25.*",
|
||||||
]
|
]
|
||||||
|
@ -39,15 +39,15 @@ validate-bump = false # Allow going from 0.0.0.dev0+x to 0
|
||||||
[tool.hatch.envs.default]
|
[tool.hatch.envs.default]
|
||||||
type = "virtual"
|
type = "virtual"
|
||||||
path = ".venv-default"
|
path = ".venv-default"
|
||||||
dependencies = ["ipython==9.3.0"]
|
dependencies = ["ipython==9.1.0"]
|
||||||
|
|
||||||
[tool.hatch.envs.generate]
|
[tool.hatch.envs.generate]
|
||||||
type = "virtual"
|
type = "virtual"
|
||||||
detached = true
|
detached = true
|
||||||
path = ".venv-generate"
|
path = ".venv-generate"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"grpcio-tools==1.72.1",
|
"grpcio-tools==1.71.0",
|
||||||
"protobuf==6.31.1",
|
"protobuf==5.29.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.envs.generate.scripts]
|
[tool.hatch.envs.generate.scripts]
|
||||||
|
@ -66,7 +66,7 @@ packages = ["crossplane"]
|
||||||
|
|
||||||
# This special environment is used by hatch fmt.
|
# This special environment is used by hatch fmt.
|
||||||
[tool.hatch.envs.hatch-static-analysis]
|
[tool.hatch.envs.hatch-static-analysis]
|
||||||
dependencies = ["ruff==0.11.13"]
|
dependencies = ["ruff==0.11.6"]
|
||||||
config-path = "none" # Disable Hatch's default Ruff config.
|
config-path = "none" # Disable Hatch's default Ruff config.
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
|
Loading…
Reference in New Issue