From 00cd5280d762d694c4bd701b022ac63dfd718c55 Mon Sep 17 00:00:00 2001 From: "Joseph T. French" Date: Mon, 23 Feb 2026 12:38:11 -0600 Subject: [PATCH] Update README to reflect changes in model terminology and copyright year - Changed "typed models" for clarity in the features section. - Updated copyright year from 2025 to 2026. These updates enhance the documentation's accuracy and relevance. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ae722f..3f3c373 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Official Python Client for the RoboSystems Financial Knowledge Graph API. Access ## Features -- **Type-safe API client** with full type hints and Pydantic models +- **Type-safe API client** with full type hints and typed models - **Async/await support** for high-performance applications - **Table ingestion** with simplified Parquet file uploads - **Streaming support** for memory-efficient processing of large result sets @@ -45,4 +45,4 @@ pip install robosystems-client[all] This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. -MIT © 2025 RFS LLC +MIT © 2026 RFS LLC