mirror of
https://github.com/langchain-ai/langchain-datastax.git
synced 2026-07-19 23:04:52 -04:00
[PR #174] Add mypy disallow_any_generics rule #174
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langchain-datastax/pull/174
Author: @cbornet
Created: 1/24/2026
Status: 🔄 Open
Base:
main← Head:disallow_any_generics📝 Commits (1)
2d4eac2Add mypy disallow_any_generics rule📊 Changes
18 files changed (+222 additions, -142 deletions)
View changed files
📝
libs/astradb/langchain_astradb/cache.py(+3 -3)📝
libs/astradb/langchain_astradb/document_loaders.py(+2 -2)📝
libs/astradb/langchain_astradb/utils/astradb.py(+1 -1)📝
libs/astradb/langchain_astradb/utils/vector_store_codecs.py(+5 -5)📝
libs/astradb/langchain_astradb/vectorstores.py(+14 -13)📝
libs/astradb/pyproject.toml(+1 -4)📝
libs/astradb/tests/integration_tests/conftest.py(+22 -22)📝
libs/astradb/tests/integration_tests/standard_tests/test_cache.py(+3 -1)📝
libs/astradb/tests/integration_tests/standard_tests/test_storage.py(+3 -3)📝
libs/astradb/tests/integration_tests/standard_tests/test_vectorstore.py(+3 -1)📝
libs/astradb/tests/integration_tests/test_cache.py(+3 -3)📝
libs/astradb/tests/integration_tests/test_chat_message_histories.py(+2 -2)📝
libs/astradb/tests/integration_tests/test_document_loaders.py(+13 -13)📝
libs/astradb/tests/integration_tests/test_semantic_cache.py(+3 -3)📝
libs/astradb/tests/integration_tests/test_storage.py(+4 -4)📝
libs/astradb/tests/integration_tests/test_vectorstore.py(+11 -7)📝
libs/astradb/tests/integration_tests/test_vectorstore_autodetect.py(+20 -20)📝
libs/astradb/uv.lock(+109 -35)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.