From 2b0bdb4e347aaba33820dcf9b404da448148b004 Mon Sep 17 00:00:00 2001 From: DG Date: Thu, 3 Aug 2023 16:05:08 +0530 Subject: [PATCH 1/2] specify minor version of pydantic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 277c2e33..be54f59d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" httpx = ">=0.23,<0.25" -pydantic = "^2.1" +pydantic = "^2.1.0" [tool.poetry.dev-dependencies] pytest = "^7.3.1" From 92587777ea9d1d844e25d5c4905ff8f24d50b369 Mon Sep 17 00:00:00 2001 From: DG Date: Thu, 3 Aug 2023 16:09:00 +0530 Subject: [PATCH 2/2] Update lock file --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c21e002..bbb448a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1121,13 +1121,13 @@ files = [ [[package]] name = "pygithub" -version = "1.59.0" +version = "1.59.1" description = "Use the full Github API v3" optional = false python-versions = ">=3.7" files = [ - {file = "PyGithub-1.59.0-py3-none-any.whl", hash = "sha256:126bdbae72087d8d038b113aab6b059b4553cb59348e3024bb1a1cae406ace9e"}, - {file = "PyGithub-1.59.0.tar.gz", hash = "sha256:6e05ff49bac3caa7d1d6177a10c6e55a3e20c85b92424cc198571fd0cf786690"}, + {file = "PyGithub-1.59.1-py3-none-any.whl", hash = "sha256:3d87a822e6c868142f0c2c4bf16cce4696b5a7a4d142a7bd160e1bdf75bc54a9"}, + {file = "PyGithub-1.59.1.tar.gz", hash = "sha256:c44e3a121c15bf9d3a5cc98d94c9a047a5132a9b01d22264627f58ade9ddc217"}, ] [package.dependencies] @@ -1824,4 +1824,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "fd67f7563405b92e326f41f1863fc5d6480adf671a3382bfa8f9d51d78c1f183" +content-hash = "9d837a0bcb7178f15d98c8dae8c871eb888181e2184b3480b65001164177e235"