Skip to content

Commit d239700

Browse files
authored
Revert "Ignore irrelevant authlib warning"
1 parent c307d97 commit d239700

3 files changed

Lines changed: 0 additions & 22 deletions

File tree

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ install_requires =
3737
httpx>=0.26.0,<0.29.0
3838
validators>=0.34.0,<1.0.0
3939
authlib>=1.6.7,<2.0.0
40-
# When bumping authlib to >=2.0.0, remove the `authlib.jose` deprecation
41-
# warning filter implemented in `weaviate/_authlib_compat.py`.
4240
pydantic>=2.12.0,<3.0.0
4341
grpcio>=1.59.5,<1.80.0
4442
protobuf>=4.21.6,<7.0.0

weaviate/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from importlib.metadata import PackageNotFoundError, version
66
from typing import Any
77

8-
from . import _authlib_compat # noqa: F401 # side-effect: silence authlib.jose deprecation
9-
108
try:
119
__version__ = version("weaviate-client")
1210
except PackageNotFoundError:

weaviate/_authlib_compat.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)