Skip to content

Commit

Permalink
[bot-automerge] opentelemetry-instrumentation-sqlalchemy v0.41b0 (#18)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Sep 12, 2023
2 parents 3dc0073 + d028a23 commit 9072e62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "opentelemetry-instrumentation-sqlalchemy" %}
{% set version = "0.40b0" %}
{% set version = "0.41b0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/opentelemetry_instrumentation_sqlalchemy-{{ version }}.tar.gz
sha256: 09148aaa973c100a22ec4089e57771bfd84182d16bfc21943c191605dd6640cd
sha256: b98b6dbf629faabaa8c0a7a33c202754384b960c9c8d2b5fe248f11857eabc89

build:
noarch: python
Expand All @@ -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
Expand All @@ -42,6 +42,10 @@ requirements:
# - pytest
# - opentelemetry-sdk ~=1.12
# - opentelemetry-instrumentation-sqlalchemy
# - sqlalchemy
# - pytest
# - opentelemetry-sdk ~=1.12
# - opentelemetry-instrumentation-sqlalchemy

test:
imports:
Expand Down

0 comments on commit 9072e62

Please sign in to comment.