You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor libs/oci to meet mypy stardard
Removed unnecessary type: ignore comments, improved type annotations, and updated function signatures for better type safety across chat models, embeddings, and tests. Also enhanced mypy configuration for stricter type checking and plugin support.
* Refactor libs/oracledb to meet mypy standard
* Fix more lint in libs/oci
* Remove unnecessary type ignore
* Add type: ignore[call-arg] in /Users/panxia/Documents/GitHub/langchain-oracle/libs/oci/tests/unit_tests/chat_models/test_oci_data_science.py
* Pass response to HTTPError in mock raise_for_status
* Remove test dependencies not used in _lint.yml
Removes 'test' and 'test_integration' groups from the Poetry install step in the lint workflow, ensuring only linting and typing dependencies are installed during lint jobs.
* Revert "Remove test dependencies not used in _lint.yml"
This reverts commit 3170d1d.
* Add disk space cleanup to CI workflows
Introduced steps to free disk space in both lint and test GitHub Actions workflows by removing unused Android and CodeQL directories and pruning Docker images. This helps prevent CI failures due to insufficient disk space.
0 commit comments