partners/couchbase: release 0.2.0 (attempt 2) (#27375)

This commit is contained in:
Erick Friis 2024-10-15 14:51:05 -07:00 committed by GitHub
parent d2cd43601b
commit edf6d0a0fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 970 additions and 792 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,8 +21,8 @@ ignore_missing_imports = "True"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.0.dev"
couchbase = "^4.2.1"
langchain-core = "^0.3.10"
couchbase = "^4.3.2"
[tool.ruff.lint]
select = ["E", "F", "I", "T201"]