File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
src/integrify/clopos/schemas/products Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " integrify-clopos"
7- version = " 1. 0.0"
7+ version = " 0.0.1 "
88description = " Integrify is a library that simplifies API integrations. This library is designed for Clopos integration."
99authors = [{ name = " mmzeynalli" , email = " miradil.zeynalli@gmail.com" }]
1010requires-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 ]
4341Homepage = " https://integrify.mmzeynalli.dev/integrations/clopos/about"
Original file line number Diff line number Diff line change 11from itertools import zip_longest
2- from typing import Literal , TypedDict , Union
2+ from typing import Literal , Union
33
44from pydantic import Field , field_serializer , model_serializer
5- from typing_extensions import NotRequired
5+ from typing_extensions import NotRequired , TypedDict
66
77from integrify .api import PayloadBaseModel
88from integrify .clopos .helpers import BoolInt
You can’t perform that action at this time.
0 commit comments