Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ install_requires =
httpx>=0.26.0,<0.29.0
validators>=0.34.0,<1.0.0
authlib>=1.6.7,<2.0.0
# When bumping authlib to >=2.0.0, remove the `authlib.jose` deprecation
# warning filter implemented in `weaviate/_authlib_compat.py`.
pydantic>=2.12.0,<3.0.0
grpcio>=1.59.5,<1.80.0
protobuf>=4.21.6,<7.0.0
Expand Down
2 changes: 0 additions & 2 deletions weaviate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from importlib.metadata import PackageNotFoundError, version
from typing import Any

from . import _authlib_compat # noqa: F401 # side-effect: silence authlib.jose deprecation

try:
__version__ = version("weaviate-client")
except PackageNotFoundError:
Expand Down
18 changes: 0 additions & 18 deletions weaviate/_authlib_compat.py

This file was deleted.

Loading