File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55"""
66
77from typing import TypedDict
8- from pydantic import BaseModel
98
109
1110class AuthTokenResponse (TypedDict ):
@@ -15,7 +14,7 @@ class AuthTokenResponse(TypedDict):
1514 project_id : str
1615
1716
18- class UploadedObjectResponse (BaseModel ):
17+ class UploadedObjectResponse (TypedDict ):
1918 """Response from the v4/objects/upload endpoint"""
2019
2120 url : str
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " agentops"
7- version = " 0.4.11 "
7+ version = " 0.4.12 "
88authors = [
99 { name =" Alex Reibman" , email =" areibman@gmail.com" },
1010 { name =" Shawn Qiu" , email =" siyangqiu@gmail.com" },
@@ -59,7 +59,7 @@ test = [
5959 # CI will fail because all tests will automatically pull this dependency group;
6060 # we need a separate group specifically for integration tests which will run on pinned 3.1x
6161 # ------------------------------------------------------------------------------------------------------------------------------------
62- # "crewai-tools @ git+https://github.com/crewAIInc/crewAI-tools.git@a14091abb24527c97ccfcc8539d529c8b4559a0f; python_version>='3.10'",
62+ # "crewai-tools @ git+https://github.com/crewAIInc/crewAI-tools.git@a14091abb24527c97ccfcc8539d529c8b4559a0f; python_version>='3.10'",
6363 # ------------------------------------------------------------------------------------------------------------------------------------
6464 # ;;
6565 " pytest-cov" ,
You can’t perform that action at this time.
0 commit comments