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.
Files changed (34) hide show
  1. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/PKG-INFO +3 -3
  2. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/__version__.py +1 -1
  3. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/pyproject.toml +6 -6
  4. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  5. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  6. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  7. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.github/workflows/ci.yml +0 -0
  8. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/.gitignore +0 -0
  9. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/CODEOWNERS +0 -0
  10. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/LICENSE +0 -0
  11. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/OWNERS.md +0 -0
  12. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/README.md +0 -0
  13. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/logging.py +0 -0
  14. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1/run_function.proto +0 -0
  15. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1/run_function_pb2.py +0 -0
  16. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1/run_function_pb2.pyi +0 -0
  17. {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
  18. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1beta1/run_function.proto +0 -0
  19. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1beta1/run_function_pb2.py +0 -0
  20. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/proto/v1beta1/run_function_pb2.pyi +0 -0
  21. {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
  22. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/py.typed +0 -0
  23. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/resource.py +0 -0
  24. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/response.py +0 -0
  25. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/crossplane/function/runtime.py +0 -0
  26. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/renovate.json +0 -0
  27. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/test_resource.py +0 -0
  28. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/test_response.py +0 -0
  29. {crossplane_function_sdk_python-0.7.0 → crossplane_function_sdk_python-0.8.0}/tests/test_runtime.py +0 -0
  30. {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
  31. {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
  32. {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
  33. {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
  34. {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.7.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.71.0
18
- Requires-Dist: protobuf==5.29.3
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
@@ -15,4 +15,4 @@
15
15
  """The version of function-sdk-python."""
16
16
 
17
17
  # This is set at build time, using "hatch version"
18
- __version__ = "0.7.0"
18
+ __version__ = "0.8.0"
@@ -18,9 +18,9 @@ classifiers = [
18
18
  ]
19
19
 
20
20
  dependencies = [
21
- "grpcio==1.71.0",
21
+ "grpcio==1.73.1",
22
22
  "grpcio-reflection==1.*",
23
- "protobuf==5.29.3", # Must be compatible with grpcio-tools.
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.1.0"]
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.71.0",
50
- "protobuf==5.29.3",
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.11.6"]
69
+ dependencies = ["ruff==0.12.3"]
70
70
  config-path = "none" # Disable Hatch's default Ruff config.
71
71
 
72
72
  [tool.ruff]