dev #3

Merged
gitark merged 84 commits from dev into main 2026-06-12 16:00:25 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5a4cfa18d4 - Show all commits

View File

@@ -1,6 +1,6 @@
from functools import cached_property
import json
from typing import TYPE_CHECKING, Generic, Iterator, Type, TypeVar
from typing import TYPE_CHECKING, Generic, Iterator, TypeVar
from pydantic import BaseModel

View File

@@ -8,7 +8,7 @@ version = "0.1.0"
description = "Oxidized API client"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.11"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",