Bob Haddleton
6e65599e58
Merge pull request #150 from crossplane/renovate/ruff-0.x
...
chore(deps): update dependency ruff to v0.11.9
2025-05-09 11:41:51 -05:00
Bob Haddleton
a5cde9d9ee
Merge pull request #149 from crossplane/renovate/ipython-9.x
...
chore(deps): update dependency ipython to v9.2.0
2025-05-09 11:41:21 -05:00
renovate[bot]
f99b12c0de
chore(deps): update dependency ruff to v0.11.9
2025-05-09 16:39:28 +00:00
Bob Haddleton
27e990f6aa
Merge pull request #146 from crossplane/renovate/protobuf-6.x
...
fix(deps): update dependency protobuf to v6
2025-05-09 11:39:03 -05:00
Nic Cope
cf67e6d0fe
Merge pull request #147 from crossplane/renovate/ruff-0.x
...
chore(deps): update dependency ruff to v0.11.7
2025-04-28 15:11:45 -07:00
renovate[bot]
14b6502f33
chore(deps): update dependency ipython to v9.2.0
2025-04-25 19:49:36 +00:00
renovate[bot]
7a915c2df7
chore(deps): update dependency ruff to v0.11.7
2025-04-24 19:53:55 +00:00
Bob Haddleton
3931d503fc
Merge pull request #140 from negz/terminal
...
Shutdown gracefully on SIGTERM
2025-04-23 14:06:31 -05:00
renovate[bot]
82e60b0596
fix(deps): update dependency protobuf to v6
2025-04-23 19:05:17 +00:00
Bob Haddleton
57df02ae00
Merge pull request #144 from fernandezcuesta/fix/protobuf-gencode-misalignment
...
chore: update gRPC stubs
2025-04-23 14:04:50 -05:00
Bob Haddleton
b1e9695250
Merge pull request #143 from crossplane/renovate/ipython-9.x
...
chore(deps): update dependency ipython to v9.1.0
2025-04-23 14:03:40 -05:00
Bob Haddleton
1f3d442276
Merge pull request #142 from crossplane/renovate/ruff-0.x
...
chore(deps): update dependency ruff to v0.11.6
2025-04-23 14:03:05 -05:00
renovate[bot]
f0bb336ba5
chore(deps): update dependency ruff to v0.11.6
2025-04-17 16:36:17 +00:00
Jesús Fernández
47180d9798
**Summary:**
...
Functions depending on function-sdk-python 0.6.0 are giving a segmentation fault.
When (re)running the tests for this module, the following is shown:
```
runtime_version.py:98: UserWarning: Protobuf gencode version 5.29.0 is exactly one major version older than the runtime version 6.30.2 at crossplane/function/proto/v1beta1/run_function.proto. Please update the gencode to avoid compatibility violations in the next runtime release.
```
Apparently when renovatebot opened a PR with a bump up on `protobuf` version,
the major version change violated the constraint with `grpcio-tools`, which
has the following dependency:
```
Collecting protobuf<6.0dev,>=5.26.1 (from grpcio-tools==1.71.0)
```
This makes incompatible to have different versions of protobuf for the `build`
venv and the `generate` one.
Signed-off-by: Jesús Fernández <7312236+fernandezcuesta@users.noreply.github.com>
2025-04-10 12:11:43 +02:00
renovate[bot]
869fbfeb3d
chore(deps): update dependency ipython to v9.1.0
2025-04-07 10:26:46 +00:00
Bob Haddleton
9f55079121
Merge pull request #141 from crossplane/renovate/ruff-0.x
...
chore(deps): update dependency ruff to v0.11.3
2025-04-03 12:38:24 -05:00
renovate[bot]
ed95373a01
chore(deps): update dependency ruff to v0.11.3
2025-04-03 14:31:41 +00:00
Nic Cope
0262a24330
Merge pull request #139 from negz/maintaining
...
Add OWNERS and CODEOWNERS
2025-04-02 14:29:53 +01:00
Nic Cope
8895e9d9af
Merge pull request #138 from negz/typical
...
Let tools know this library supports type hints
2025-04-02 14:29:30 +01:00
Nic Cope
1e0c20eb61
Merge pull request #135 from crossplane/renovate/grpcio-1.x
...
fix(deps): update dependency grpcio to v1.71.0
2025-04-01 07:05:09 -07:00
Nic Cope
cdaf6697c5
Shutdown gracefully on SIGTERM
...
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-04-01 07:00:44 -07:00
Nic Cope
fcec201f01
Run hatch fmt
...
This file wasn't formatted before making it into main. Not sure why the
linter didn't catch it...
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-04-01 06:59:38 -07:00
renovate[bot]
88d97d3cab
fix(deps): update dependency grpcio to v1.71.0
2025-04-01 13:43:23 +00:00
Nic Cope
e2606cff9f
Add OWNERS and CODEOWNERS
...
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-04-01 06:42:19 -07:00
Nic Cope
f295c0144b
Let tools know this library supports type hints
...
https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information
https://typing.python.org/en/latest/guides/libraries.html#marking-a-package-as-providing-type-information
It turns out we need to add a py.typed file so that tools will know this
library has type hints. As far as I can tell we don't need to do
anything special to have our build tool (Hatch) include this file when
it builds and packages the library.
Signed-off-by: Nic Cope <nicc@rk0n.org>
2025-04-01 06:23:58 -07:00
Bob Haddleton
325c37d344
Merge pull request #133 from crossplane/renovate/protobuf-6.x
...
fix(deps): update dependency protobuf to v6
2025-03-31 14:21:07 -05:00
Bob Haddleton
e6b771c3a6
Merge pull request #134 from crossplane/renovate/grpcio-tools-1.x
...
chore(deps): update dependency grpcio-tools to v1.71.0
2025-03-31 14:20:36 -05:00
Bob Haddleton
68cbf5f53e
Merge pull request #132 from crossplane/renovate/ipython-9.x
...
chore(deps): update dependency ipython to v9
2025-03-31 14:20:04 -05:00
renovate[bot]
c8bcded971
chore(deps): update dependency ipython to v9
2025-03-31 19:17:37 +00:00
Bob Haddleton
e0b964055b
Merge pull request #128 from crossplane/renovate/ruff-0.x
...
chore(deps): update dependency ruff to v0.11.2
2025-03-31 14:17:28 -05:00
Bob Haddleton
5c1e33baf4
Merge pull request #131 from crossplane/renovate/ipython-8.x
...
chore(deps): update dependency ipython to v8.34.0
2025-03-31 14:17:02 -05:00
renovate[bot]
466945254d
fix(deps): update dependency protobuf to v6
2025-03-26 19:58:40 +00:00
renovate[bot]
4fb63f221e
chore(deps): update dependency ruff to v0.11.2
2025-03-21 15:57:10 +00:00
renovate[bot]
26bdc926e8
chore(deps): update dependency grpcio-tools to v1.71.0
2025-03-10 22:00:28 +00:00
renovate[bot]
1e0f18263e
chore(deps): update dependency ipython to v8.34.0
2025-03-08 17:46:16 +00:00
Bob Haddleton
4ad65f2934
Merge pull request #127 from crossplane/renovate/ruff-0.x
...
chore(deps): update dependency ruff to v0.9.5
2025-02-06 16:33:38 -06:00
renovate[bot]
aa09bd0632
chore(deps): update dependency ruff to v0.9.5
2025-02-06 21:13:29 +00:00
Bob Haddleton
0f188bcbde
Merge pull request #126 from crossplane/renovate/grpcio-1.x
...
fix(deps): update dependency grpcio to v1.70.0
2025-02-02 21:31:26 -06:00
renovate[bot]
de5a11c59f
fix(deps): update dependency grpcio to v1.70.0
2025-02-01 21:16:32 +00:00
Bob Haddleton
afa27a3121
Merge pull request #102 from fernandezcuesta/main
...
fix: convert listValues to lists in nested structs
2025-02-01 15:16:07 -06:00
Bob Haddleton
aaf3d08879
Merge pull request #124 from crossplane/renovate/ruff-0.x
...
chore(deps): update dependency ruff to v0.9.4
2025-02-01 15:14:32 -06:00
Bob Haddleton
aff844707c
Merge pull request #125 from crossplane/renovate/ipython-8.x
...
chore(deps): update dependency ipython to v8.32.0
2025-02-01 15:14:03 -06:00
renovate[bot]
fb5d6fa5ab
chore(deps): update dependency ipython to v8.32.0
2025-02-01 21:11:14 +00:00
renovate[bot]
8525cebb57
chore(deps): update dependency ruff to v0.9.4
2025-01-30 19:15:14 +00:00
Bob Haddleton
597f5ee437
Merge pull request #119 from crossplane/renovate/ruff-0.x
...
chore(deps): update dependency ruff to v0.9.3
2025-01-27 12:05:54 -06:00
Bob Haddleton
ce63739286
Merge pull request #120 from crossplane/renovate/structlog-25.x
...
fix(deps): update dependency structlog to v25
2025-01-27 12:05:25 -06:00
Bob Haddleton
dbc0d0176b
Merge pull request #123 from crossplane/renovate/pypa-gh-action-pypi-publish-1.x
...
chore(deps): update pypa/gh-action-pypi-publish action to v1.12.4
2025-01-27 12:04:52 -06:00
Bob Haddleton
d3bad9135d
Merge pull request #122 from crossplane/renovate/grpcio-tools-1.x
...
chore(deps): update dependency grpcio-tools to v1.70.0
2025-01-27 12:04:22 -06:00
renovate[bot]
b6d553bdaf
chore(deps): update pypa/gh-action-pypi-publish action to v1.12.4
2025-01-24 05:16:53 +00:00
renovate[bot]
cd38d99a5c
chore(deps): update dependency grpcio-tools to v1.70.0
2025-01-23 23:00:08 +00:00