diff --git a/gooddata-api-client/pyproject.toml b/gooddata-api-client/pyproject.toml deleted file mode 100644 index 1282a1438..000000000 --- a/gooddata-api-client/pyproject.toml +++ /dev/null @@ -1,22 +0,0 @@ -[project] -name = "gooddata-api-client" -version = "1.61.0" -description = "OpenAPI definition" -authors = [ - {name = "GoodData (generated by OpenAPI Generator)", email = "support@gooddata.com"}, -] -license = { text = "MIT" } -readme = "README.md" -keywords = ["OpenAPI", "OpenAPI-Generator", "OpenAPI definition"] -requires-python = ">=3.10" - -dependencies = [ - "urllib3 >= 2.1.0, < 3.0.0", - "python-dateutil >= 2.8.2", - "pydantic >= 2", - "typing-extensions >= 4.7.1", -] - -[build-system] -requires = ["setuptools"] -build-backend = "setuptools.build_meta" diff --git a/uv.lock b/uv.lock index 4da2f5706..2b09e4ddd 100644 --- a/uv.lock +++ b/uv.lock @@ -735,18 +735,14 @@ name = "gooddata-api-client" version = "1.61.0" source = { editable = "gooddata-api-client" } dependencies = [ - { name = "pydantic" }, { name = "python-dateutil" }, - { name = "typing-extensions" }, { name = "urllib3" }, ] [package.metadata] requires-dist = [ - { name = "pydantic", specifier = ">=2" }, - { name = "python-dateutil", specifier = ">=2.8.2" }, - { name = "typing-extensions", specifier = ">=4.7.1" }, - { name = "urllib3", specifier = ">=2.1.0,<3.0.0" }, + { name = "python-dateutil" }, + { name = "urllib3", specifier = ">=2.6.1" }, ] [[package]]