aiteamutils 0.2.89__tar.gz → 0.2.90__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiteamutils
3
- Version: 0.2.89
3
+ Version: 0.2.90
4
4
  Summary: AI Team Utilities
5
5
  Project-URL: Homepage, https://github.com/yourusername/aiteamutils
6
6
  Project-URL: Issues, https://github.com/yourusername/aiteamutils/issues
@@ -56,7 +56,9 @@ class BaseService(Generic[ModelType]):
56
56
  # 외래 키 검사 수행
57
57
  if fk_check:
58
58
  await validate_unique_fields(self.db_session, fk_check, find_value=False)
59
-
59
+
60
+ if org_ulid_position:
61
+
60
62
  result = await self.repository.create(
61
63
  entity_data=entity_data,
62
64
  exclude_entities=exclude_entities
@@ -303,4 +303,4 @@ async def verify_role_permission(
303
303
  role_ulid = payload.get("role_ulid")
304
304
  user_ulid = payload.get("user_ulid")
305
305
 
306
- return True
306
+ return payload
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.90"
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.89"
File without changes
File without changes
File without changes
File without changes