diff --git a/poetry.lock b/poetry.lock index 7b46fd0c..3ee60be3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -42,7 +42,7 @@ description = "An AST unparser for Python" optional = false python-versions = "*" groups = ["dev"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "astunparse-1.6.3-py2.py3-none-any.whl", hash = "sha256:c2652417f2c8b5bb325c885ae329bdf3f86424075c4fd1a128674bc6fba4b8e8"}, {file = "astunparse-1.6.3.tar.gz", hash = "sha256:5ad93a8456f0d084c3456d059fd9a92cce667963232cbf763eac3bc5b7940872"}, @@ -1444,7 +1444,7 @@ description = "World timezone definitions, modern and historical" optional = false python-versions = "*" groups = ["dev"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, @@ -1974,7 +1974,7 @@ description = "A built-package format for Python" optional = false python-versions = ">=3.8" groups = ["dev"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "wheel-0.43.0-py3-none-any.whl", hash = "sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81"}, {file = "wheel-0.43.0.tar.gz", hash = "sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"}, diff --git a/pyproject.toml b/pyproject.toml index 2a4a6d2c..e2eb7310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ exclude = [ [tool.poetry] name = "scale-launch" -version = "0.4.0" +version = "0.4.1" description = "The official Python client library for Launch, the Data Platform for AI" authors = ["Your Name "] readme = "README.md"