Skip to content

Commit bbaa266

Browse files
got686-yandexPeppaTheC
authored andcommitted
Fix dependencies conflict on airflow tests with gcloud
1 parent 7b830d5 commit bbaa266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
include_package_data=True,
2020
license="MIT",
2121
install_requires=[
22-
"cryptography>=41.0.7",
22+
"cryptography>=41.0.7,<43",
2323
"grpcio>=1.64.0,<2",
2424
"protobuf>=4.25.3,<5",
2525
"googleapis-common-protos>=1.63.0,<2",

0 commit comments

Comments
 (0)