Skip to content

Commit

Permalink
adjust numpy versions to cover python3.12+ as well; added deprecation…
Browse files Browse the repository at this point in the history
… warning catch in unit tests
  • Loading branch information
hemidactylus committed Jul 29, 2024
1 parent c0e1e0f commit bad0d8d
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 297 deletions.
1 change: 1 addition & 0 deletions libs/astradb/langchain_astradb/utils/astradb.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def __init__(
"instead."
),
DeprecationWarning,
stacklevel=2,
)
_tokens = list(
{
Expand Down
Loading

0 comments on commit bad0d8d

Please sign in to comment.