futurehouse-client 0.3.20.dev200__py3-none-any.whl → 0.3.20.dev202__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.
- futurehouse_client/models/app.py +2 -1
- futurehouse_client/version.py +2 -2
- {futurehouse_client-0.3.20.dev200.dist-info → futurehouse_client-0.3.20.dev202.dist-info}/METADATA +1 -1
- {futurehouse_client-0.3.20.dev200.dist-info → futurehouse_client-0.3.20.dev202.dist-info}/RECORD +7 -7
- {futurehouse_client-0.3.20.dev200.dist-info → futurehouse_client-0.3.20.dev202.dist-info}/WHEEL +0 -0
- {futurehouse_client-0.3.20.dev200.dist-info → futurehouse_client-0.3.20.dev202.dist-info}/licenses/LICENSE +0 -0
- {futurehouse_client-0.3.20.dev200.dist-info → futurehouse_client-0.3.20.dev202.dist-info}/top_level.txt +0 -0
futurehouse_client/models/app.py
CHANGED
@@ -647,6 +647,8 @@ class RuntimeConfig(BaseModel):
|
|
647
647
|
|
648
648
|
|
649
649
|
class TaskRequest(BaseModel):
|
650
|
+
model_config = ConfigDict(extra="forbid")
|
651
|
+
|
650
652
|
task_id: UUID | None = Field(
|
651
653
|
default=None,
|
652
654
|
description="Optional task identifier",
|
@@ -655,7 +657,6 @@ class TaskRequest(BaseModel):
|
|
655
657
|
project_id: UUID | None = Field(
|
656
658
|
default=None,
|
657
659
|
description="Optional group identifier for the task",
|
658
|
-
alias="project_id",
|
659
660
|
)
|
660
661
|
name: "str | JobNames" = Field(
|
661
662
|
description="Name of the crow to execute eg. paperqa-crow"
|
futurehouse_client/version.py
CHANGED
@@ -17,5 +17,5 @@ __version__: str
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
18
18
|
version_tuple: VERSION_TUPLE
|
19
19
|
|
20
|
-
__version__ = version = '0.3.20.
|
21
|
-
__version_tuple__ = version_tuple = (0, 3, 20, '
|
20
|
+
__version__ = version = '0.3.20.dev202'
|
21
|
+
__version_tuple__ = version_tuple = (0, 3, 20, 'dev202')
|
{futurehouse_client-0.3.20.dev200.dist-info → futurehouse_client-0.3.20.dev202.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: futurehouse-client
|
3
|
-
Version: 0.3.20.
|
3
|
+
Version: 0.3.20.dev202
|
4
4
|
Summary: A client for interacting with endpoints of the FutureHouse service.
|
5
5
|
Author-email: FutureHouse technical staff <hello@futurehouse.org>
|
6
6
|
License: Apache License
|
{futurehouse_client-0.3.20.dev200.dist-info → futurehouse_client-0.3.20.dev202.dist-info}/RECORD
RENAMED
@@ -1,11 +1,11 @@
|
|
1
1
|
futurehouse_client/__init__.py,sha256=BztM_ntbgmIEjzvnBWcvPhvLjM8xGDFCK0Upf3-nIn8,488
|
2
2
|
futurehouse_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
futurehouse_client/version.py,sha256=
|
3
|
+
futurehouse_client/version.py,sha256=eD-V4eBpidnS4ZM0pIjvWEHnQR5mEfU2Ul099Jfio9g,530
|
4
4
|
futurehouse_client/clients/__init__.py,sha256=-HXNj-XJ3LRO5XM6MZ709iPs29YpApss0Q2YYg1qMZw,280
|
5
5
|
futurehouse_client/clients/job_client.py,sha256=D51_qTxya6g5Wfg_ZfJdP031TV_YDJeXkGMiYAJ1qRc,11962
|
6
6
|
futurehouse_client/clients/rest_client.py,sha256=lWTha7tWZ1omE-w7O8mzs7umNcmYy0-GIqrOvlbvm5E,66558
|
7
7
|
futurehouse_client/models/__init__.py,sha256=kQ4R7VEuRxO0IQEW_sk9CndBL7zzl8rUKI24ddyYLM0,647
|
8
|
-
futurehouse_client/models/app.py,sha256=
|
8
|
+
futurehouse_client/models/app.py,sha256=SvkXOu5Qx28_jCS84XKKepnpGyfrQUEVnxS-JGqmsaE,29128
|
9
9
|
futurehouse_client/models/client.py,sha256=n4HD0KStKLm6Ek9nL9ylP-bkK10yzAaD1uIDF83Qp_A,1828
|
10
10
|
futurehouse_client/models/rest.py,sha256=AwPMcB1ruoqaI8NIhX2ZzN8UuX6XsaQ7uzeSE8EpwKk,1573
|
11
11
|
futurehouse_client/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -13,8 +13,8 @@ futurehouse_client/utils/auth.py,sha256=tgWELjKfg8eWme_qdcRmc8TjQN9DVZuHHaVXZNHL
|
|
13
13
|
futurehouse_client/utils/general.py,sha256=A_rtTiYW30ELGEZlWCIArO7q1nEmqi8hUlmBRYkMQ_c,767
|
14
14
|
futurehouse_client/utils/module_utils.py,sha256=aFyd-X-pDARXz9GWpn8SSViUVYdSbuy9vSkrzcVIaGI,4955
|
15
15
|
futurehouse_client/utils/monitoring.py,sha256=UjRlufe67kI3VxRHOd5fLtJmlCbVA2Wqwpd4uZhXkQM,8728
|
16
|
-
futurehouse_client-0.3.20.
|
17
|
-
futurehouse_client-0.3.20.
|
18
|
-
futurehouse_client-0.3.20.
|
19
|
-
futurehouse_client-0.3.20.
|
20
|
-
futurehouse_client-0.3.20.
|
16
|
+
futurehouse_client-0.3.20.dev202.dist-info/licenses/LICENSE,sha256=oQ9ZHjUi-_6GfP3gs14FlPb0OlGwE1QCCKFGnJ4LD2I,11341
|
17
|
+
futurehouse_client-0.3.20.dev202.dist-info/METADATA,sha256=oRX5T0ygXAosvFCfyFLvc-f_azXWj2OdMkLwm1B1JrM,26805
|
18
|
+
futurehouse_client-0.3.20.dev202.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
19
|
+
futurehouse_client-0.3.20.dev202.dist-info/top_level.txt,sha256=TRuLUCt_qBnggdFHCX4O_BoCu1j2X43lKfIZC-ElwWY,19
|
20
|
+
futurehouse_client-0.3.20.dev202.dist-info/RECORD,,
|
{futurehouse_client-0.3.20.dev200.dist-info → futurehouse_client-0.3.20.dev202.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|