Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: celery 5.x #17480

Merged
merged 5 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ charset-normalizer==2.1.0
# via
# -c requirements.txt
# requests
click==8.0.3
click==8.1.7
# via
# -c requirements.txt
# black
# pip-tools
colorama==0.4.4
Expand Down
8 changes: 4 additions & 4 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#
aiohttp>=3.8.4
antlr4-python3-runtime==4.13.0
amqp==2.6.0
amqp==5.1.1
boto3==1.26.66
boto3-stubs[s3]
brotli==1.1.0
celery==4.4.7
celery-redbeat==2.0.0
celery==5.3.4
celery-redbeat==2.1.1
clickhouse-driver==0.2.4
clickhouse-pool==0.5.3
cryptography==37.0.2
Expand Down Expand Up @@ -46,7 +46,7 @@ importlib-metadata==1.6.0
infi-clickhouse-orm@ git+https://github.com/PostHog/infi.clickhouse_orm@37722f350f3b449bbcd6564917c436b0d93e796f
kafka-python==2.0.2
kafka-helper==0.2
kombu==4.6.10
kombu==5.3.2
lzstring==1.0.4
numpy==1.23.3
parso==0.8.1
Expand Down
33 changes: 26 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aiohttp==3.8.5
# openai
aiosignal==1.2.0
# via aiohttp
amqp==2.6.0
amqp==5.1.1
# via
# -r requirements.in
# kombu
Expand Down Expand Up @@ -41,7 +41,7 @@ attrs==21.4.0
# trio
backoff==2.2.1
# via posthoganalytics
billiard==3.6.3.0
billiard==4.1.0
# via celery
boto3==1.26.66
# via -r requirements.in
Expand All @@ -57,11 +57,11 @@ brotli==1.1.0
# via -r requirements.in
cachetools==5.3.1
# via google-auth
celery==4.4.7
celery==5.3.4
# via
# -r requirements.in
# celery-redbeat
celery-redbeat==2.0.0
celery-redbeat==2.1.1
# via -r requirements.in
certifi==2019.11.28
# via
Expand All @@ -80,6 +80,18 @@ charset-normalizer==2.1.0
# aiohttp
# requests
# snowflake-connector-python
click==8.1.7
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
clickhouse-driver==0.2.4
# via
# -r requirements.in
Expand Down Expand Up @@ -254,7 +266,7 @@ kafka-helper==0.2
# via -r requirements.in
kafka-python==2.0.2
# via -r requirements.in
kombu==4.6.10
kombu==5.3.2
# via
# -r requirements.in
# celery
Expand Down Expand Up @@ -315,6 +327,8 @@ prance==0.22.2.22.0
# via -r requirements.in
prometheus-client==0.14.1
# via django-prometheus
prompt-toolkit==3.0.39
# via click-repl
proto-plus==1.22.3
# via google-cloud-bigquery
protobuf==4.22.1
Expand Down Expand Up @@ -366,6 +380,7 @@ python-dateutil==2.8.2
# via
# -r requirements.in
# botocore
# celery
# celery-redbeat
# google-cloud-bigquery
# posthoganalytics
Expand All @@ -381,7 +396,6 @@ python3-saml==1.12.0
pytz==2021.1
# via
# -r requirements.in
# celery
# clickhouse-driver
# django
# djangorestframework
Expand Down Expand Up @@ -495,6 +509,8 @@ typing-extensions==4.7.1
# qrcode
# snowflake-connector-python
# temporalio
tzdata==2023.3
# via celery
tzlocal==2.1
# via clickhouse-driver
unicodecsv==0.14.1
Expand All @@ -512,10 +528,13 @@ urllib3[secure,socks]==1.26.13
# snowflake-connector-python
urllib3-secure-extra==0.1.0
# via urllib3
vine==1.3.0
vine==5.0.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.6
# via prompt-toolkit
webdriver-manager==4.0.1
# via -r requirements.in
whitenoise==6.5.0
Expand Down