We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085ed0d commit dc15f3aCopy full SHA for dc15f3a
setup.cfg
@@ -39,7 +39,7 @@ zip_safe = false
39
install_requires =
40
urllib3!=2.0.0,<3.0.0
41
certifi
42
- 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
43
ecs_logging
44
test_suite=tests
45
tests/requirements/reqs-base.txt
@@ -29,7 +29,7 @@ mock
29
pytz
30
31
structlog
32
-wrapt>=1.14.1,<1.15.0
+wrapt>=1.14.1,!=1.15.0
33
simplejson
34
35
pytest-asyncio==0.21.0 ; python_version >= '3.7'
0 commit comments