crossplane-function-sdk-python 0.7.0__tar.gz → 0.8.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/PKG-INFO +3 -3
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/__version__.py +1 -1
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/pyproject.toml +6 -6
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.github/workflows/ci.yml +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.gitignore +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/CODEOWNERS +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/LICENSE +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/OWNERS.md +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/README.md +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/logging.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1/run_function.proto +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1/run_function_pb2.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1/run_function_pb2.pyi +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1/run_function_pb2_grpc.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1beta1/run_function.proto +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1beta1/run_function_pb2.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1beta1/run_function_pb2.pyi +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1beta1/run_function_pb2_grpc.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/py.typed +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/resource.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/response.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/runtime.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/renovate.json +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/test_resource.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/test_response.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/test_runtime.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/testdata/models/io/k8s/apimachinery/pkg/apis/__init__.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/testdata/models/io/k8s/apimachinery/pkg/apis/meta/__init__.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/testdata/models/io/k8s/apimachinery/pkg/apis/meta/v1.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/testdata/models/io/upbound/aws/s3/__init__.py +0 -0
- {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/testdata/models/io/upbound/aws/s3/v1beta2.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crossplane-function-sdk-python
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8.0
|
|
4
4
|
Summary: The Python SDK for Crossplane composition functions
|
|
5
5
|
Project-URL: Documentation, https://github.com/crossplane/function-sdk-python#readme
|
|
6
6
|
Project-URL: Issues, https://github.com/crossplane/function-sdk-python/issues
|
|
@@ -14,8 +14,8 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
14
14
|
Classifier: Typing :: Typed
|
|
15
15
|
Requires-Python: >=3.11
|
|
16
16
|
Requires-Dist: grpcio-reflection==1.*
|
|
17
|
-
Requires-Dist: grpcio==1.
|
|
18
|
-
Requires-Dist: protobuf==
|
|
17
|
+
Requires-Dist: grpcio==1.73.1
|
|
18
|
+
Requires-Dist: protobuf==6.31.1
|
|
19
19
|
Requires-Dist: pydantic==2.*
|
|
20
20
|
Requires-Dist: structlog==25.*
|
|
21
21
|
Description-Content-Type: text/markdown
|
{crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/pyproject.toml
RENAMED
|
@@ -18,9 +18,9 @@ classifiers = [
|
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
dependencies = [
|
|
21
|
-
"grpcio==1.
|
|
21
|
+
"grpcio==1.73.1",
|
|
22
22
|
"grpcio-reflection==1.*",
|
|
23
|
-
"protobuf==
|
|
23
|
+
"protobuf==6.31.1", # Must be compatible with grpcio-tools.
|
|
24
24
|
"pydantic==2.*",
|
|
25
25
|
"structlog==25.*",
|
|
26
26
|
]
|
|
@@ -39,15 +39,15 @@ validate-bump = false # Allow going from 0.0.0.dev0+x to 0
|
|
|
39
39
|
[tool.hatch.envs.default]
|
|
40
40
|
type = "virtual"
|
|
41
41
|
path = ".venv-default"
|
|
42
|
-
dependencies = ["ipython==9.
|
|
42
|
+
dependencies = ["ipython==9.4.0"]
|
|
43
43
|
|
|
44
44
|
[tool.hatch.envs.generate]
|
|
45
45
|
type = "virtual"
|
|
46
46
|
detached = true
|
|
47
47
|
path = ".venv-generate"
|
|
48
48
|
dependencies = [
|
|
49
|
-
"grpcio-tools==1.
|
|
50
|
-
"protobuf==
|
|
49
|
+
"grpcio-tools==1.73.1",
|
|
50
|
+
"protobuf==6.31.1",
|
|
51
51
|
]
|
|
52
52
|
|
|
53
53
|
[tool.hatch.envs.generate.scripts]
|
|
@@ -66,7 +66,7 @@ packages = ["crossplane"]
|
|
|
66
66
|
|
|
67
67
|
# This special environment is used by hatch fmt.
|
|
68
68
|
[tool.hatch.envs.hatch-static-analysis]
|
|
69
|
-
dependencies = ["ruff==0.
|
|
69
|
+
dependencies = ["ruff==0.12.3"]
|
|
70
70
|
config-path = "none" # Disable Hatch's default Ruff config.
|
|
71
71
|
|
|
72
72
|
[tool.ruff]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/test_resource.py
RENAMED
|
File without changes
|
{crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/test_response.py
RENAMED
|
File without changes
|
{crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/test_runtime.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|