mirror of https://github.com/celery/kombu.git
Pin typing_extensions to latest version 4.12.1
This commit is contained in:
parent
30db054e57
commit
1df567a5e8
|
@ -1,4 +1,4 @@
|
|||
typing_extensions; python_version<"3.10"
|
||||
typing_extensions==4.12.1; python_version<"3.10"
|
||||
amqp>=5.1.1,<6.0.0
|
||||
vine
|
||||
backports.zoneinfo[tzdata]>=0.2.1; python_version < '3.9'
|
||||
|
|
Loading…
Reference in New Issue