diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 74e130e..986254c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "opentelemetry-instrumentation-sqlalchemy" %} -{% set version = "0.40b0" %} +{% set version = "0.41b0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/opentelemetry_instrumentation_sqlalchemy-{{ version }}.tar.gz - sha256: 09148aaa973c100a22ec4089e57771bfd84182d16bfc21943c191605dd6640cd + sha256: b98b6dbf629faabaa8c0a7a33c202754384b960c9c8d2b5fe248f11857eabc89 build: noarch: python @@ -22,8 +22,8 @@ requirements: run: - python >=3.7 - opentelemetry-api ~=1.12 - - opentelemetry-instrumentation ==0.40b0 - - opentelemetry-semantic-conventions ==0.40b0 + - opentelemetry-instrumentation ==0.41b0 + - opentelemetry-semantic-conventions ==0.41b0 - packaging >=21.0 - wrapt >=1.11.2 # - sqlalchemy @@ -42,6 +42,10 @@ requirements: # - pytest # - opentelemetry-sdk ~=1.12 # - opentelemetry-instrumentation-sqlalchemy + # - sqlalchemy + # - pytest + # - opentelemetry-sdk ~=1.12 + # - opentelemetry-instrumentation-sqlalchemy test: imports: