aiteamutils 0.2.25__tar.gz → 0.2.26__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.25
3
+ Version: 0.2.26
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
@@ -1,6 +1,7 @@
1
1
  """보안 관련 유틸리티."""
2
2
  from datetime import datetime, timedelta, UTC
3
- from typing import Dict, Any, Optional, Literal, Callable, Type, Base
3
+ from typing import Dict, Any, Optional, Literal, Callable, Type
4
+ from sqlalchemy.orm import DeclarativeBase as Base
4
5
  from fastapi import Request, HTTPException, status
5
6
  from functools import wraps
6
7
  from jose import jwt, JWTError
@@ -0,0 +1,2 @@
1
+ """버전 정보"""
2
+ __version__ = "0.2.26"
@@ -1,2 +0,0 @@
1
- """버전 정보"""
2
- __version__ = "0.2.25"
File without changes
File without changes
File without changes