Skip to content

Commit

Permalink
fix(celery): celery compatibility with importlib (#17874)
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr authored Oct 10, 2023
1 parent 0fbea00 commit a914bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ google-cloud-bigquery==3.11.4
google-cloud-sqlcommenter==2.0.0
gunicorn==20.1.0
idna==2.8
importlib-metadata==1.6.0
importlib-metadata==6.8.0
infi-clickhouse-orm@ git+https://github.com/PostHog/infi.clickhouse_orm@37722f350f3b449bbcd6564917c436b0d93e796f
kafka-python==2.0.2
kafka-helper==0.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ idna==2.8
# trio
# urllib3
# yarl
importlib-metadata==1.6.0
importlib-metadata==6.8.0
# via -r requirements.in
infi-clickhouse-orm @ git+https://github.com/PostHog/infi.clickhouse_orm@37722f350f3b449bbcd6564917c436b0d93e796f
# via -r requirements.in
Expand Down Expand Up @@ -559,7 +559,7 @@ xmlsec==1.3.13
# via python3-saml
yarl==1.7.2
# via aiohttp
zipp==3.1.0
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit a914bf4

Please sign in to comment.