release: (integration packages) 1.1 (#34087)

This commit is contained in:
ccurme
2025-11-24 09:13:01 -05:00
committed by GitHub
parent a2e389de9f
commit eb0545a173
10 changed files with 40 additions and 42 deletions

View File

@@ -9,10 +9,10 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.0.1"
version = "1.1.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.0.3,<2.0.0",
"langchain-core>=1.1.0,<2.0.0",
"tokenizers>=0.19.1,<1.0.0",
"huggingface-hub>=0.33.4,<1.0.0",
]