Metadata-Version: 2.4
Name: osdental-library
Version: 3.14.8b2
Summary: End-to-end algorithm library
Author: OSDental LLC
Author-email: support@osdental.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: aiohttp==3.11.12
Requires-Dist: annotated-types==0.7.0
Requires-Dist: anyio==4.7.0
Requires-Dist: ariadne==0.26.2
Requires-Dist: azure-core==1.32.0
Requires-Dist: azure-servicebus==7.13.0
Requires-Dist: azure-storage-blob==12.24.0
Requires-Dist: azure-identity==1.25.1
Requires-Dist: azure-keyvault-secrets==4.10.0
Requires-Dist: certifi==2024.12.14
Requires-Dist: cffi==1.17.1
Requires-Dist: charset-normalizer==3.4.1
Requires-Dist: cryptography==44.0.0
Requires-Dist: fastapi==0.115.6
Requires-Dist: greenlet==3.1.1
Requires-Dist: h11==0.16.0
Requires-Dist: httpcore==1.0.9
Requires-Dist: httpx==0.28.1
Requires-Dist: idna==3.10
Requires-Dist: isodate==0.7.2
Requires-Dist: pycparser==2.22
Requires-Dist: pydantic==2.12.2
Requires-Dist: pydantic_core==2.41.4
Requires-Dist: PyJWT==2.10.1
Requires-Dist: aioodbc==0.5.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: pydantic_settings==2.13.1
Requires-Dist: requests==2.32.3
Requires-Dist: six==1.17.0
Requires-Dist: sniffio==1.3.1
Requires-Dist: SQLAlchemy==2.0.36
Requires-Dist: starlette==0.41.3
Requires-Dist: tenacity==9.1.2
Requires-Dist: typing_extensions==4.15.0
Requires-Dist: tzlocal==5.2
Requires-Dist: urllib3==2.3.0
Requires-Dist: redis==5.2.1
Requires-Dist: colorlog==6.9.0
Requires-Dist: click==8.2.0
Requires-Dist: grpcio==1.75.0
Requires-Dist: grpcio-tools==1.75.0
Requires-Dist: grpcio-reflection==1.75.0
Requires-Dist: argon2-cffi==25.1.0
Requires-Dist: bcrypt==4.3.0
Requires-Dist: azure-monitor-opentelemetry==1.8.1
Requires-Dist: uvicorn==0.37.0
Requires-Dist: gunicorn==23.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# osdental-library

`osdental-library` centralizes the core components and shared utilities of the ecosystem. Its goal is to ensure technical consistency, reduce code duplication, and accelerate delivery time for our digital products.

## What's new in v3.14.8b2

## Features
- Added @parse_rpc_request_payload decorator for automated JSON/Byte serialization
- Implement GrpcConnection manager for async channels

## Bug Fixes
- Fixed inefficient SAS generation by caching the User Delegation Key, avoiding repeated calls to Azure on every request and reducing latency and potential throttling.

## Breaking Changes (v3.14)
- Removed the database execution methods from the connection class.
- Removed internal gRPC connections. Now, these must be injected from the client microservice, allowing greater flexibility and avoiding circular dependencies.
- Classes that connected directly via .env were removed. Access to Azure has been restructured to support Dependency Injection correctly.
- The base structure generation CLI commands have been temporarily removed to adapt them to the new library architecture.
- Improved audit queue handling by centralizing it into a single control point. Added support for decrypting final responses using AES and RSA algorithms.

## What's Next
- Implementation of a stricter validation process to improve type-safety and structural control of authentication payloads.
- Migration plan for all base libraries to their most recent stable versions.
- Refinement of methods for hybrid environments that require switching between Managed Identity and Connection Strings depending on the environment.
- Continuous monitoring to resolve bugs and improve performance in the consumption of Azure resources.

We continue to work to deliver a superior development experience, ensuring our internal infrastructure is robust, secure and easy to deploy.

## Installation

You can easily install `osdental-library` using `pip`:

```bash
pip install osdental-library
