From 82413e5b251e95bde8284989babcc4b1bd4b867c Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 14 Jul 2025 01:16:03 +0000 Subject: [PATCH 1/4] updated v0.41.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b81e592..d903473 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "opentelemetry-instrumentation-google-generativeai" %} -{% set version = "0.40.14" %} +{% set version = "0.41.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/opentelemetry_instrumentation_google_generativeai-{{ version }}.tar.gz - sha256: 2dcf193240641b31368624c1f7a5783ea0cf31c3be72d1460cf1cf014cc477de + sha256: 4a749bbc5219e296840caa855cc8b8f27bf38864ccc6dc01bdc9cde7b310dcc3 build: noarch: python From 44132f037210e2dae2d50f882278b69e10fd5182 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 14 Jul 2025 01:16:42 +0000 Subject: [PATCH 2/4] MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.51.0, and conda-forge-pinning 2025.07.13.00.49.11 --- .azure-pipelines/azure-pipelines-linux.yml | 2 +- .scripts/build_steps.sh | 2 +- .scripts/run_docker_build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 1741648..8d9608f 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -41,4 +41,4 @@ jobs: env: BINSTAR_TOKEN: $(BINSTAR_TOKEN) FEEDSTOCK_TOKEN: $(FEEDSTOCK_TOKEN) - STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN) \ No newline at end of file + STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index f8051ab..250a5e2 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -94,4 +94,4 @@ fi ( startgroup "Final checks" ) 2> /dev/null -touch "${FEEDSTOCK_ROOT}/build_artifacts/conda-forge-build-done-${CONFIG}" \ No newline at end of file +touch "${FEEDSTOCK_ROOT}/build_artifacts/conda-forge-build-done-${CONFIG}" diff --git a/.scripts/run_docker_build.sh b/.scripts/run_docker_build.sh index 6ee04aa..b63b5a0 100755 --- a/.scripts/run_docker_build.sh +++ b/.scripts/run_docker_build.sh @@ -111,4 +111,4 @@ docker run ${DOCKER_RUN_ARGS} \ test -f "$DONE_CANARY" # This closes the last group opened in `build_steps.sh` -( endgroup "Final checks" ) 2> /dev/null \ No newline at end of file +( endgroup "Final checks" ) 2> /dev/null From a4d20ca70133fdc3a4cb2cbc4ae3e25eba3383c9 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 13 Jul 2025 22:11:24 -0400 Subject: [PATCH 3/4] Update meta.yamlss --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d903473..5b93ce2 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -24,7 +24,7 @@ requirements: - opentelemetry-api >=1.28.0,<2.0.0 - opentelemetry-instrumentation >=0.50b0 - opentelemetry-semantic-conventions >=0.50b0 - - opentelemetry-semantic-conventions-ai 0.4.9 + - opentelemetry-semantic-conventions-ai 0.4.10 test: imports: From 3722b855526551a572767e5b5e6192bc9a1bf5a0 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 13 Jul 2025 22:22:29 -0400 Subject: [PATCH 4/4] Update meta.yaml --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5b93ce2..93191c6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -25,6 +25,7 @@ requirements: - opentelemetry-instrumentation >=0.50b0 - opentelemetry-semantic-conventions >=0.50b0 - opentelemetry-semantic-conventions-ai 0.4.10 + - google-generativeai >=0.8.3,<1 test: imports: