Skip to content

Commit

Permalink
replace pinned python version requirement with range of versions
Browse files Browse the repository at this point in the history
Because it breaks lambda for people
  • Loading branch information
Andrey9kin authored May 2, 2024
1 parent 91547bd commit 01ccaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
slack-sdk==3.21.3 ; python_full_version == "3.10.10" \
slack-sdk==3.21.3 ; python_full_version >= "3.10.10" and python_version < "4.0" \
--hash=sha256:20829bdc1a423ec93dac903470975ebf3bc76fd3fd91a4dadc0eeffc940ecb0c \
--hash=sha256:de3c07b92479940b61cd68c566f49fbc9974c8f38f661d26244078f3903bb9cc

0 comments on commit 01ccaf7

Please sign in to comment.