Skip to content

Commit

Permalink
Relaxed wrapt-dependency to only blacklist 1.15.0 (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostrunk authored and xrmx committed May 24, 2024
1 parent cbec005 commit 5593402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zip_safe = false
install_requires =
urllib3!=2.0.0,<3.0.0
certifi
wrapt>=1.14.1,<1.15.0 # https://github.com/elastic/apm-agent-python/issues/1894
wrapt>=1.14.1,!=1.15.0 # https://github.com/elastic/apm-agent-python/issues/1894
ecs_logging
test_suite=tests

Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/reqs-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mock
pytz
ecs_logging
structlog
wrapt>=1.14.1,<1.15.0
wrapt>=1.14.1,!=1.15.0
simplejson

pytest-asyncio==0.21.0 ; python_version >= '3.7'
Expand Down

0 comments on commit 5593402

Please sign in to comment.