You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

authzed

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authzed - pypi Package Compare versions

Comparing version
1.24.1
to
1.24.2
+11
-4
PKG-INFO

@@ -1,7 +0,14 @@

Metadata-Version: 2.3
Metadata-Version: 2.4
Name: authzed
Version: 1.24.1
Version: 1.24.2
Summary: Client library for SpiceDB.
Author: Authzed
Author-email: Authzed <support@authzed.com>
License-Expression: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: grpcio~=1.63

@@ -11,4 +18,4 @@ Requires-Dist: protobuf>=5.26,<7

Requires-Dist: googleapis-common-protos>=1.65.0,<2
Requires-Dist: protovalidate>=0.7.1,<1.1.0
Requires-Python: >=3.9, <4
Requires-Dist: protovalidate>=0.7.1,<1.2.0
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown

@@ -15,0 +22,0 @@

[project]
name = "authzed"
version = "1.24.1"
version = "1.24.2"
description = "Client library for SpiceDB."
license = "Apache-2.0"
authors = [{ name = "Authzed", email = "support@authzed.com" }]
requires-python = ">=3.9,<4"
requires-python = ">=3.10,<4"
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dependencies = [

@@ -13,3 +22,3 @@ "grpcio~=1.63",

"googleapis-common-protos>=1.65.0,<2",
"protovalidate>=0.7.1,<1.1.0",
"protovalidate>=0.7.1,<1.2.0",
]

@@ -22,6 +31,6 @@

"mypy==1.19.1",
"mypy-protobuf==4.0.0",
"mypy-protobuf==5.0.0",
"mock>=5.1.0,<6",
"pytest>=7.1.3,<9.0.0",
"pytest-asyncio>=0.21,<1.3",
"pytest>=7.1.3,<10.0.0",
"pytest-asyncio>=0.21,<1.4",
"types-protobuf>=5.26,<7.0",

@@ -28,0 +37,0 @@ "typing-extensions>=3.7.4,<5",