Metadata-Version: 2.3
Name: langchain_plainid
Version: 0.1.0
Summary: PlainID LangChain library
Author: PlainID
Requires-Python: >=3.9,<=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyYAML (>=6.0.2,<7.0.0)
Requires-Dist: SQLAlchemy (>=2.0.40,<3.0.0)
Requires-Dist: aiohappyeyeballs (>=2.6.1,<3.0.0)
Requires-Dist: aiohttp (>=3.11.16,<4.0.0)
Requires-Dist: asyncpg (>=0.30.0,<0.31.0)
Requires-Dist: dataclasses-json (>=0.6.7,<0.7.0)
Requires-Dist: faiss-cpu (>=1.10.0,<2.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: httpx-sse (>=0.4.0,<0.5.0)
Requires-Dist: langchain (>=0.3.23,<0.4.0)
Requires-Dist: langchain-community (>=0.3.21,<0.4.0)
Requires-Dist: langchain-core (>=0.3.51,<0.4.0)
Requires-Dist: langchain-ollama (>=0.3.1,<0.4.0)
Requires-Dist: langchain-postgres (>=0.0.14,<0.0.15)
Requires-Dist: langchain-text-splitters (>=0.3.8,<0.4.0)
Requires-Dist: langsmith (>=0.3.30,<0.4.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: oauthlib (>=3.2.2,<4.0.0)
Requires-Dist: ollama (>=0.4.7,<0.5.0)
Requires-Dist: pgvector (>=0.3.6,<0.4.0)
Requires-Dist: presidio-analyzer (>=2.2.358,<3.0.0)
Requires-Dist: presidio-anonymizer (>=2.2.358,<3.0.0)
Requires-Dist: propcache (>=0.3.1,<0.4.0)
Requires-Dist: psycopg (>=3.2.6,<4.0.0)
Requires-Dist: psycopg-pool (>=3.2.6,<4.0.0)
Requires-Dist: pydantic (>=2.11.3,<3.0.0)
Requires-Dist: pydantic-settings (>=2.8.1,<3.0.0)
Requires-Dist: python-dotenv (>=1.1.0,<2.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: requests-oauthlib (>=2.0.0,<3.0.0)
Requires-Dist: requests-toolbelt (>=1.0.0,<2.0.0)
Requires-Dist: torch (>=2.7.0,<3.0.0)
Requires-Dist: transformers (>=4.51.3,<5.0.0)
Description-Content-Type: text/markdown

# langchain-lib

# how to build new version

```bash
poetry build
```

# how to publish new version

```bash
poetry config pypi-token.pypi <your-api-token>
poetry publish
```

