From a229552f46266c73e37f2aebab5def7b5ba4bc9a Mon Sep 17 00:00:00 2001 From: Konstantin Krestnikov Date: Tue, 26 Nov 2024 15:27:18 +0300 Subject: [PATCH] chore: minor version up (#14) --- libs/gigachat/poetry.lock | 8 ++++---- libs/gigachat/pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/gigachat/poetry.lock b/libs/gigachat/poetry.lock index 34e0f27..2af8062 100644 --- a/libs/gigachat/poetry.lock +++ b/libs/gigachat/poetry.lock @@ -300,13 +300,13 @@ typing = ["typing-extensions (>=4.12.2)"] [[package]] name = "gigachat" -version = "0.1.35" +version = "0.1.36" description = "GigaChat. Python-library for GigaChain and LangChain" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "gigachat-0.1.35-py3-none-any.whl", hash = "sha256:4e142b1f10807a3655d7c54740103571aca073f2fc91aad2eefbff378121f5a1"}, - {file = "gigachat-0.1.35.tar.gz", hash = "sha256:508de76d99659c96bb5345d33242095c7b358c453eaa645c5379b06691cfb454"}, + {file = "gigachat-0.1.36-py3-none-any.whl", hash = "sha256:7e9e3192e8d33e9c63beac533a31290d1a2e7b1b3c57ea0b5dc26da47551db5d"}, + {file = "gigachat-0.1.36.tar.gz", hash = "sha256:6c10ae23647946854ef98d67899e2ef239a6f675e4e1406ff08f8d56fc2160d6"}, ] [package.dependencies] @@ -1122,4 +1122,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "eab8b379b8bd19bbfad40ea67261012b89dc38a5bc58d37e5a14acb106be48aa" +content-hash = "ae025205756012ce341fd3aecad1a22024336eb23af3e39c5c4ba8cb34d17476" diff --git a/libs/gigachat/pyproject.toml b/libs/gigachat/pyproject.toml index 3a41376..c97ebd9 100644 --- a/libs/gigachat/pyproject.toml +++ b/libs/gigachat/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-gigachat" -version = "0.3.0" +version = "0.3.1" description = "An integration package connecting GigaChat and LangChain" authors = [] readme = "README.md" @@ -13,7 +13,7 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.9,<4.0" langchain-core = "^0.3" -gigachat = "^0.1.35" +gigachat = "^0.1.36" types-requests = "^2.32" [tool.poetry.group.dev]