From 970b72a8ec94059672bd5160a5356f5f8dacda48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:32:29 +0000 Subject: [PATCH] Bump schema from 0.7.7 to 0.7.8 Bumps [schema](https://github.com/keleshev/schema) from 0.7.7 to 0.7.8. - [Release notes](https://github.com/keleshev/schema/releases) - [Changelog](https://github.com/keleshev/schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/keleshev/schema/compare/v0.7.7...v0.7.8) --- updated-dependencies: - dependency-name: schema dependency-version: 0.7.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98a9cb9..9b7be45 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ url="https://github.com/kaypee90/python-fluent-results", author="kaypee90", author_email="kaypee90@yahoo.com", - install_requires=["schema==0.7.7"], + install_requires=["schema==0.7.8"], version="0.0.1", license="MIT", description="Propagate errors and data nicely with a uniform interface in your python project",