From f28100af195c6f5160e3ae7085bf3c418cef838f Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Sat, 12 Jun 2021 09:51:53 +0200 Subject: [PATCH] Mark cryptography as obsolete (#5619) Bump version to 3.3 (last version before Python 2 removal) --- stubs/cryptography/METADATA.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/cryptography/METADATA.toml b/stubs/cryptography/METADATA.toml index 747b56500..a1932bbe5 100644 --- a/stubs/cryptography/METADATA.toml +++ b/stubs/cryptography/METADATA.toml @@ -1,3 +1,4 @@ -version = "0.1" +version = "3.3" python2 = true requires = ["types-enum34", "types-ipaddress"] +obsolete_since = "3.4.4"