Skip to content

Commit ea2c5f7

Browse files
committed
Relaxed wrapt-dependency to only blacklist 1.15.0
1 parent 09d40b9 commit ea2c5f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ zip_safe = false
3939
install_requires =
4040
urllib3!=2.0.0,<3.0.0
4141
certifi
42-
wrapt>=1.14.1,<1.15.0 # https://github.com/elastic/apm-agent-python/issues/1894
42+
wrapt>=1.14.1,!=1.15.0 # https://github.com/elastic/apm-agent-python/issues/1894
4343
ecs_logging
4444
test_suite=tests
4545

tests/requirements/reqs-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mock
2929
pytz
3030
ecs_logging
3131
structlog
32-
wrapt>=1.14.1,<1.15.0
32+
wrapt>=1.14.1,!=1.15.0
3333

3434
pytest-asyncio==0.21.0 ; python_version >= '3.7'
3535
asynctest==0.13.0 ; python_version >= '3.7'

0 commit comments

Comments
 (0)