better-notion 2.3.1__py3-none-any.whl → 2.3.2__py3-none-any.whl
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.
- better_notion/plugins/official/agents_sdk/agent.py +1 -1
- {better_notion-2.3.1.dist-info → better_notion-2.3.2.dist-info}/METADATA +1 -1
- {better_notion-2.3.1.dist-info → better_notion-2.3.2.dist-info}/RECORD +6 -6
- {better_notion-2.3.1.dist-info → better_notion-2.3.2.dist-info}/WHEEL +0 -0
- {better_notion-2.3.1.dist-info → better_notion-2.3.2.dist-info}/entry_points.txt +0 -0
- {better_notion-2.3.1.dist-info → better_notion-2.3.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -89,7 +89,7 @@ class TaskSelector:
|
|
|
89
89
|
"""
|
|
90
90
|
from better_notion.plugins.official.agents_sdk.managers import TaskManager
|
|
91
91
|
|
|
92
|
-
task_mgr = TaskManager(self._client
|
|
92
|
+
task_mgr = TaskManager(self._client)
|
|
93
93
|
|
|
94
94
|
# Get candidate tasks - filter to backlog only
|
|
95
95
|
candidates = await task_mgr.list(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: better-notion
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.2
|
|
4
4
|
Summary: A high-level Python SDK for the Notion API with developer experience in mind.
|
|
5
5
|
Project-URL: Homepage, https://github.com/nesalia-inc/better-notion
|
|
6
6
|
Project-URL: Documentation, https://github.com/nesalia-inc/better-notion#readme
|
|
@@ -117,7 +117,7 @@ better_notion/plugins/official/agents_cli.py,sha256=IYnWUIhdUUY8IZFKJlwh9aNXOOzA
|
|
|
117
117
|
better_notion/plugins/official/agents_schema.py,sha256=NQRAJFoBAXRuxB9_9Eaf-4tVth-1OZh7GjmN56Yp9lA,39867
|
|
118
118
|
better_notion/plugins/official/productivity.py,sha256=_-whP4pYA4HufE1aUFbIdhrjU-O9njI7xUO_Id2M1J8,8726
|
|
119
119
|
better_notion/plugins/official/agents_sdk/__init__.py,sha256=luQBzZLsJ7fC5U0jFu8dfzMviiXj2SBZXcTohM53wkQ,725
|
|
120
|
-
better_notion/plugins/official/agents_sdk/agent.py,sha256=
|
|
120
|
+
better_notion/plugins/official/agents_sdk/agent.py,sha256=3D8vz_U-g_PkPyrXA339MW0aKRZF1Tg2Vlsa_6-_c6Q,16988
|
|
121
121
|
better_notion/plugins/official/agents_sdk/history.py,sha256=W5xPuo8lWU5g1kDGOtqbi3h4-_G4vNZPea1ecL5bp14,21111
|
|
122
122
|
better_notion/plugins/official/agents_sdk/managers.py,sha256=GICsrV2huEGmZ_kpUjpmBArzC4c-NMzPqm1AgsGg_ek,54693
|
|
123
123
|
better_notion/plugins/official/agents_sdk/models.py,sha256=vBSqf-9Q-gX14Z8779Nacr8yTI3WMi5cLtkJjONiPoY,91967
|
|
@@ -136,8 +136,8 @@ better_notion/utils/agents/rbac.py,sha256=8ZA8Y7wbOiVZDbpjpH7iC35SZrZ0jl4fcJ3xWC
|
|
|
136
136
|
better_notion/utils/agents/schemas.py,sha256=RM6XPNA_CdtlNgKAFpN0p0Ppqqo6849RX37ODBp088o,22956
|
|
137
137
|
better_notion/utils/agents/state_machine.py,sha256=xUBEeDTbU1Xq-rsRo2sbr6AUYpYrV9DTHOtZT2cWES8,6699
|
|
138
138
|
better_notion/utils/agents/workspace.py,sha256=2_dK58fifMqSEifFxThI7ir_1UR9KLN-d6R4CkdNqjQ,26538
|
|
139
|
-
better_notion-2.3.
|
|
140
|
-
better_notion-2.3.
|
|
141
|
-
better_notion-2.3.
|
|
142
|
-
better_notion-2.3.
|
|
143
|
-
better_notion-2.3.
|
|
139
|
+
better_notion-2.3.2.dist-info/METADATA,sha256=KFv4effl1VOkg6l3tqXsBxY7dAk6XUhUWDiWLUBgG6M,11096
|
|
140
|
+
better_notion-2.3.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
141
|
+
better_notion-2.3.2.dist-info/entry_points.txt,sha256=D0bUcP7Z00Zyjxw7r2p29T95UrwioDO0aGDoHe9I6fo,55
|
|
142
|
+
better_notion-2.3.2.dist-info/licenses/LICENSE,sha256=BAdN3JpgMY_y_fWqZSCFSvSbC2mTHP-BKDAzF5FXQAI,1069
|
|
143
|
+
better_notion-2.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|