release: (integration packages): 1.1 (#34088)

This commit is contained in:
ccurme
2025-11-24 10:00:06 -05:00
committed by GitHub
parent 4ab94579ad
commit 880652b713
6 changed files with 22 additions and 25 deletions

View File

@@ -9,11 +9,11 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.0.0"
version = "1.1.0"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-openai>=1.0.0,<2.0.0",
"langchain-core>=1.0.0,<2.0.0",
"langchain-openai>=1.1.0,<2.0.0",
"langchain-core>=1.1.0,<2.0.0",
"requests>=2.0.0,<3.0.0",
"aiohttp>=3.9.1,<4.0.0",
]