Skip to content
Snippets Groups Projects
Commit 233c5943 authored by Radosław Masłowski's avatar Radosław Masłowski
Browse files

wip

parent aa40a12b
No related branches found
No related tags found
No related merge requests found
Pipeline #118243 passed
...@@ -798,12 +798,12 @@ idna2008 = ["idna"] ...@@ -798,12 +798,12 @@ idna2008 = ["idna"]
[[package]] [[package]]
name = "schemas" name = "schemas"
version = "0.0.1.dev344+75fac5a" version = "0.0.1.dev349+8e67c47"
description = "Tools for checking if message fits expected format" description = "Tools for checking if message fits expected format"
optional = false optional = false
python-versions = ">=3.10,<4.0" python-versions = ">=3.10,<4.0"
files = [ files = [
{file = "schemas-0.0.1.dev344+75fac5a-py3-none-any.whl", hash = "sha256:d33f2ed30a0c5a1162c7c2856b46a0b8ea7981e317c5730324e6695e1efb804b"}, {file = "schemas-0.0.1.dev349+8e67c47-py3-none-any.whl", hash = "sha256:b4079600c970a696971b36af02991da8b763a8de583be4bfaf938c0a0b5c8fc4"},
] ]
[package.dependencies] [package.dependencies]
...@@ -977,4 +977,4 @@ propcache = ">=0.2.0" ...@@ -977,4 +977,4 @@ propcache = ">=0.2.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "b9051668e78abe5a58e0ed33625b11affdbfbb12e51de575dfb8f47478a227bf" content-hash = "4fd7686da766385638dc6d542f2a4b26bed7fa14cccbc45408c34250eccfc4b8"
...@@ -30,7 +30,7 @@ python = "^3.10" ...@@ -30,7 +30,7 @@ python = "^3.10"
python-dateutil = "2.8.2" python-dateutil = "2.8.2"
pydantic="1.10.18" pydantic="1.10.18"
requests = "2.27.1" requests = "2.27.1"
schemas = "0.0.1.dev344+75fac5a" schemas = "0.0.1.dev349+8e67c47"
[tool.poetry-dynamic-versioning] [tool.poetry-dynamic-versioning]
enable = true enable = true
......
...@@ -178,7 +178,7 @@ loguru = "0.7.2" ...@@ -178,7 +178,7 @@ loguru = "0.7.2"
pydantic = "1.10.18" pydantic = "1.10.18"
python-dateutil = "2.8.2" python-dateutil = "2.8.2"
requests = "2.27.1" requests = "2.27.1"
schemas = "0.0.1.dev344+75fac5a" schemas = "0.0.1.dev349+8e67c47"
[package.source] [package.source]
type = "directory" type = "directory"
...@@ -1069,12 +1069,12 @@ files = [ ...@@ -1069,12 +1069,12 @@ files = [
[[package]] [[package]]
name = "schemas" name = "schemas"
version = "0.0.1.dev344+75fac5a" version = "0.0.1.dev349+8e67c47"
description = "Tools for checking if message fits expected format" description = "Tools for checking if message fits expected format"
optional = false optional = false
python-versions = ">=3.10,<4.0" python-versions = ">=3.10,<4.0"
files = [ files = [
{file = "schemas-0.0.1.dev344+75fac5a-py3-none-any.whl", hash = "sha256:d33f2ed30a0c5a1162c7c2856b46a0b8ea7981e317c5730324e6695e1efb804b"}, {file = "schemas-0.0.1.dev349+8e67c47-py3-none-any.whl", hash = "sha256:b4079600c970a696971b36af02991da8b763a8de583be4bfaf938c0a0b5c8fc4"},
] ]
[package.dependencies] [package.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment