You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: Remove this when the fix is available in non beta
6
+
# We have to use a beta version of kombu on Python 3.7
7
+
# because only that fixes "AttributeError: 'EntryPoints' object has no attribute 'get'"
8
+
# that we have in the CI: https://app.circleci.com/pipelines/github/instana/python-sensor/1372/workflows/90878561-aada-49f8-8a1b-78562aa05aab/jobs/7478
9
+
# the issue: https://github.com/celery/kombu/issues/1600
10
+
# the PR: https://github.com/celery/kombu/pull/1601/files
11
+
# the release notes: https://github.com/celery/kombu/releases/tag/v5.3.0b2
12
+
kombu>=5.3.0b2
13
+
14
+
coverage>=5.5
15
+
Django>=3.2.10
16
+
fastapi>=0.65.1
17
+
flask>=1.1.4,<2.0.0
18
+
grpcio>=1.37.1
19
+
google-cloud-pubsub<=2.1.0
20
+
google-cloud-storage>=1.24.0
21
+
lxml>=4.6.3
22
+
mock>=4.0.3
23
+
moto>=1.3.16,<2.0
24
+
mysqlclient>=2.0.3
25
+
nose>=1.3.7
26
+
PyMySQL[rsa]>=1.0.2
27
+
psycopg2-binary>=2.8.6
28
+
pika>=1.2.0
29
+
30
+
# protobuf is pulled in and also `basictracer`, a core instana dependency
31
+
# and also by google-cloud-storage
32
+
# but also directly needed by tests/apps/grpc_server/stan_pb2.py
33
+
# On 4.0.0 we currently get:
34
+
# AttributeError: module 'google._upb._message' has no attribute 'Message'
35
+
# TODO: Remove this when support for 4.0.0 is done
0 commit comments