aiteamutils 0.2.127__tar.gz → 0.2.128__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.127
3
+ Version: 0.2.128
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
@@ -450,7 +450,7 @@ async def list_entities(
450
450
  try:
451
451
  # 메인 모델과 조인된 모델의 모든 컬럼을 명시적으로 선택
452
452
  if explicit_joins:
453
- query = select(model, *explicit_joins)
453
+ query = select(model, *explicit_joins).select_from(model)
454
454
  for join_target in explicit_joins:
455
455
  query = query.outerjoin(join_target)
456
456
  else:
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.128"
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.127"
File without changes
File without changes
File without changes