Skip to content

Commit

Permalink
Constrain kombu
Browse files Browse the repository at this point in the history
Kombu 5.3 fixed bugs that incorrectly cast UUID and datetime objects to
strings. We expect those to be strings in many places.

celery/kombu#1575
celery/kombu#1515
https://github.com/celery/kombu/releases/tag/v5.3.0
  • Loading branch information
samdoran committed Jul 6, 2023
1 parent 361fbf5 commit eee163b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ unleashclient = "<5" # new version breaks for unknown reason
watchtower = "==1.0.6" # new version breaks for unknown reason
whitenoise = ">=5.0"
# Constraints on indirect dependencies
kombu = "<5.3" # UUID and datetime objects are now correctly preserved. We expect them to be strings in many places.
jinja2 = "<3" # jinjasql is not compatible with Jinja >=3 https://github.com/sripathikrishnan/jinjasql/pull/53
markupsafe = "<2.1" # jinja2 <3 tries to import markupsafe.soft_unicode which was removed in markupsafe 2.1

Expand Down
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eee163b

Please sign in to comment.