Skip to content
Open
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
1 change: 1 addition & 0 deletions requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
typing_extensions>=4.12.2; python_version<"3.10"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep this as is and make the latest version available with python =>3.11

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was pinned only for python version under 3.10

amqp>=5.1.1,<6.0.0
vine==5.1.0
backports.zoneinfo[tzdata]>=0.2.1; python_version<"3.9"
Expand Down