Skip to content

Commit

Permalink
Update opentelemetry dependency (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
joefreeman authored Aug 24, 2021
1 parent b4c24bb commit e230571
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 16 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release type: patch

This release adds support for the latest version of the optional opentelemetry dependency.
110 changes: 100 additions & 10 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ graphql-core = "~3.1.0"
asgiref = {version = "^3.2", optional = true}
flask = {version = "^1.1", optional = true}
typing_extensions = "^3.7.4"
opentelemetry-api = {version = "^0.17b0", optional = true}
opentelemetry-sdk = {version = "^0.17b0", optional = true}
opentelemetry-api = {version = "^0.17b0 || ~1.4", optional = true}
opentelemetry-sdk = {version = "^0.17b0 || ~1.4", optional = true}
python-dateutil = "^2.7.0"
cached-property = "^1.5.2"
pydantic = {version = "<2", optional = true}
Expand Down Expand Up @@ -59,8 +59,8 @@ requests = "^2.26.0"
pre-commit = "^2.14.0"
pytest-benchmark = "^3.4.1"
freezegun = "^1.1.0"
opentelemetry-api = "^0.17b0"
opentelemetry-sdk = "^0.17b0"
opentelemetry-api = "^0.17b0 || ~1.4"
opentelemetry-sdk = "^0.17b0 || ~1.4"
flake8-isort = "^4.0.0"
flake8-black = "^0.2.1"
django = {version = ">=2,<4", optional = false}
Expand Down
Loading

0 comments on commit e230571

Please sign in to comment.