aiteamutils 0.2.97__tar.gz → 0.2.98__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.97
3
+ Version: 0.2.98
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
@@ -305,9 +305,6 @@ async def verify_role_permission(
305
305
  )
306
306
 
307
307
  organization_ulid = payload.get("organization_ulid")
308
- organization_id = payload.get("organization_id")
309
- role_ulid = payload.get("role_ulid")
310
- user_ulid = payload.get("user_ulid")
311
308
 
312
309
  if "list" in role_permission:
313
310
  return {
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.98"
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.97"
File without changes
File without changes
File without changes
File without changes