diff --git a/fern/fern.config.json b/fern/fern.config.json index a654c0e..b572109 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "humansignal-org", - "version": "0.39.12" + "version": "0.46.15" } \ No newline at end of file diff --git a/fern/generators.yml b/fern/generators.yml index ec588a9..d87373e 100644 --- a/fern/generators.yml +++ b/fern/generators.yml @@ -10,15 +10,15 @@ groups: - public generators: - name: fernapi/fern-python-sdk - version: 2.14.0-rc0 + version: 4.3.10 output: location: pypi package-name: label-studio-sdk github: repository: HumanSignal/label-studio-sdk # Branch and Mode will be automatically replaced during Follow Merge -# branch: fern-bot/08-05-2024-0231PM -# mode: push + # branch: fern-bot/08-05-2024-0231PM + # mode: push mode: pull-request config: inline_request_params: true @@ -33,7 +33,7 @@ groups: - from: _legacy imports: - Client -# pyproject_python_version: '^3.9' + pyproject_python_version: '>=3.9,<4' extra_dependencies: pandas: '>=0.24.0' requests: '>=2.22.0' @@ -46,16 +46,17 @@ groups: xmljson: '0.2.1' jsonschema: '>=4.23.0' requests-mock: '1.12.1' - numpy: '<2.0.0' + numpy: '>=1.26.4,<2.0.0' datamodel-code-generator: '0.26.1' -# scikit-learn: '1.5.1' + jsf: '^0.11.2' + # scikit-learn: '1.5.1' smart-casing: true python-sdk-local: audiences: - public generators: - name: fernapi/fern-python-sdk - version: 3.10.3 + version: 4.3.10 output: location: local-file-system path: ../label_studio_sdk diff --git a/fern/openapi/openapi.yaml b/fern/openapi/openapi.yaml index 598f2de..e10cad0 100644 --- a/fern/openapi/openapi.yaml +++ b/fern/openapi/openapi.yaml @@ -8982,6 +8982,11 @@ components: title: Organization type: integer nullable: true + prompts: + type: array + items: + $ref: "#/components/schemas/Prompt" + nullable: true color: title: Color type: string diff --git a/fern/openapi/overrides.yaml b/fern/openapi/overrides.yaml index 60b6db9..dc65b3c 100644 --- a/fern/openapi/overrides.yaml +++ b/fern/openapi/overrides.yaml @@ -1,4 +1,19 @@ paths: + /api/current-user/product-tour: + get: + $ref: "./resources/users.yaml#/paths/~1api~1current-user~1product-tour/get" + x-fern-sdk-group-name: users + x-fern-sdk-method-name: get_product_tour + x-fern-audiences: + # internal is not used in the default generator - we skip function generation for this endpoint because it's not user facing + - internal + patch: + $ref: "./resources/users.yaml#/paths/~1api~1current-user~1product-tour/patch" + x-fern-sdk-group-name: users + x-fern-sdk-method-name: update_product_tour + x-fern-audiences: + - internal + /api/prompts/: get: $ref: "./resources/prompts.yaml#/paths/~1api~1prompts/get" diff --git a/fern/openapi/resources/prompts.yaml b/fern/openapi/resources/prompts.yaml index 060aaae..f4369fc 100644 --- a/fern/openapi/resources/prompts.yaml +++ b/fern/openapi/resources/prompts.yaml @@ -690,7 +690,7 @@ components: type: integer model_version: title: Prompt Version ID - type: string + type: integer created_by: anyOf: - type: integer