aiteamutils 0.2.44__tar.gz → 0.2.45__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiteamutils
3
- Version: 0.2.44
3
+ Version: 0.2.45
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
@@ -60,7 +60,7 @@ def get_service(name: str):
60
60
  try:
61
61
  repository_class, service_class = service_registry.get(name)
62
62
  repository = repository_class(db_service)
63
- return service_class(repository)
63
+ return service_class(repository, db_service)
64
64
  except CustomException as e:
65
65
  raise e
66
66
  except Exception as e:
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.45"
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.44"
File without changes
File without changes
File without changes
File without changes