[project]
name = "gdrive_knife"
-version = "1.0.5"
+version = "1.0.7"
authors = [
{ name="Jakub Czajka", email="jakub@ekhem.eu.org" },
]
-requires-python = ">=3.10.7"
+requires-python = ">=3.13.5"
dependencies = [
- "cryptography==40.0.2",
- "google-api-python-client==2.84.0",
- "google-auth-httplib2==0.1.0",
- "google-auth-oauthlib==1.1.0",
+ "cryptography==43.0.0",
+ "google-api-python-client==2.187.0",
+ "google-auth-httplib2==0.2.1",
+ "google-auth-oauthlib==1.2.3",
]