Compare commits
18 Commits
Author | SHA1 | Date |
---|---|---|
|
9c4204d162 | |
|
81c45d58d9 | |
|
97256e7025 | |
|
052a77e09a | |
|
4b702066a4 | |
|
5e5b8ecbf0 | |
|
f4dc6e4065 | |
|
74a474e371 | |
|
72dcd69eab | |
|
5e73165f0f | |
|
6e65599e58 | |
|
a5cde9d9ee | |
|
f99b12c0de | |
|
27e990f6aa | |
|
cf67e6d0fe | |
|
14b6502f33 | |
|
7a915c2df7 | |
|
82e60b0596 |
|
@ -18,9 +18,9 @@ classifiers = [
|
|||
]
|
||||
|
||||
dependencies = [
|
||||
"grpcio==1.71.0",
|
||||
"grpcio==1.72.1",
|
||||
"grpcio-reflection==1.*",
|
||||
"protobuf==5.29.3", # Must be compatible with grpcio-tools.
|
||||
"protobuf==6.31.1", # Must be compatible with grpcio-tools.
|
||||
"pydantic==2.*",
|
||||
"structlog==25.*",
|
||||
]
|
||||
|
@ -39,15 +39,15 @@ validate-bump = false # Allow going from 0.0.0.dev0+x to 0
|
|||
[tool.hatch.envs.default]
|
||||
type = "virtual"
|
||||
path = ".venv-default"
|
||||
dependencies = ["ipython==9.1.0"]
|
||||
dependencies = ["ipython==9.3.0"]
|
||||
|
||||
[tool.hatch.envs.generate]
|
||||
type = "virtual"
|
||||
detached = true
|
||||
path = ".venv-generate"
|
||||
dependencies = [
|
||||
"grpcio-tools==1.71.0",
|
||||
"protobuf==5.29.3",
|
||||
"grpcio-tools==1.72.1",
|
||||
"protobuf==6.31.1",
|
||||
]
|
||||
|
||||
[tool.hatch.envs.generate.scripts]
|
||||
|
@ -66,7 +66,7 @@ packages = ["crossplane"]
|
|||
|
||||
# This special environment is used by hatch fmt.
|
||||
[tool.hatch.envs.hatch-static-analysis]
|
||||
dependencies = ["ruff==0.11.6"]
|
||||
dependencies = ["ruff==0.11.13"]
|
||||
config-path = "none" # Disable Hatch's default Ruff config.
|
||||
|
||||
[tool.ruff]
|
||||
|
|
Loading…
Reference in New Issue