Skip to content

Commit 8dd78f1

Browse files
committed
Changed version
1 parent de21809 commit 8dd78f1

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## v1.0.0 (2025-10-20)
1+
## v0.0.1 (2025-12-01)
22

33
### What's Changed
44

5-
Added new integration
5+
- Added new integration with full API support, but not production tested.

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "integrify-clopos"
7-
version = "1.0.0"
7+
version = "0.0.1"
88
description = "Integrify is a library that simplifies API integrations. This library is designed for Clopos integration."
99
authors = [{ name = "mmzeynalli", email = "miradil.zeynalli@gmail.com" }]
1010
requires-python = ">=3.9"
@@ -35,9 +35,7 @@ classifiers = [
3535
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
3636
"Topic :: Internet :: WWW/HTTP",
3737
]
38-
dependencies = [
39-
"integrify-core>=1.1.0",
40-
]
38+
dependencies = ["integrify-core>=1.1.0"]
4139

4240
[project.urls]
4341
Homepage = "https://integrify.mmzeynalli.dev/integrations/clopos/about"

src/integrify/clopos/schemas/products/request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from itertools import zip_longest
2-
from typing import Literal, TypedDict, Union
2+
from typing import Literal, Union
33

44
from pydantic import Field, field_serializer, model_serializer
5-
from typing_extensions import NotRequired
5+
from typing_extensions import NotRequired, TypedDict
66

77
from integrify.api import PayloadBaseModel
88
from integrify.clopos.helpers import BoolInt

0 commit comments

Comments
 (0)