futurehouse-client 0.5.0__tar.gz → 0.5.1__tar.gz

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.
Files changed (39) hide show
  1. {futurehouse_client-0.5.0/src/futurehouse_client.egg-info → futurehouse_client-0.5.1}/PKG-INFO +1 -2
  2. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/pyproject.toml +0 -1
  3. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/clients/data_storage_methods.py +1 -1
  4. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/models/data_storage_methods.py +1 -12
  5. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/version.py +3 -3
  6. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1/src/futurehouse_client.egg-info}/PKG-INFO +1 -2
  7. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client.egg-info/requires.txt +0 -1
  8. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/LICENSE +0 -0
  9. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/README.md +0 -0
  10. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/data_storage.md +0 -0
  11. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/docs/__init__.py +0 -0
  12. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/docs/client_notebook.ipynb +0 -0
  13. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/setup.cfg +0 -0
  14. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/__init__.py +0 -0
  15. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/clients/__init__.py +0 -0
  16. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/clients/job_client.py +0 -0
  17. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/clients/rest_client.py +0 -0
  18. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/models/__init__.py +0 -0
  19. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/models/app.py +0 -0
  20. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/models/client.py +0 -0
  21. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/models/job_event.py +0 -0
  22. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/models/rest.py +0 -0
  23. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/py.typed +0 -0
  24. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/utils/__init__.py +0 -0
  25. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/utils/auth.py +0 -0
  26. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/utils/general.py +0 -0
  27. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/utils/module_utils.py +0 -0
  28. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/utils/monitoring.py +0 -0
  29. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client/utils/world_model_tools.py +0 -0
  30. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client.egg-info/SOURCES.txt +0 -0
  31. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client.egg-info/dependency_links.txt +0 -0
  32. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/src/futurehouse_client.egg-info/top_level.txt +0 -0
  33. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/tests/test_client.py +0 -0
  34. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/tests/test_data/test_file.txt +0 -0
  35. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/tests/test_data/test_information.txt +0 -0
  36. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/tests/test_data/test_manifest.yaml +0 -0
  37. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/tests/test_data_storage_e2e.py +0 -0
  38. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/tests/test_data_storage_methods.py +0 -0
  39. {futurehouse_client-0.5.0 → futurehouse_client-0.5.1}/tests/test_rest.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: futurehouse-client
3
- Version: 0.5.0
3
+ Version: 0.5.1
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
@@ -224,7 +224,6 @@ Requires-Dist: openai<1.100.0,>=1
224
224
  Requires-Dist: pydantic
225
225
  Requires-Dist: python-dotenv
226
226
  Requires-Dist: requests
227
- Requires-Dist: sqlalchemy-utils>=0.41.2
228
227
  Requires-Dist: tenacity
229
228
  Requires-Dist: tqdm>=4.62
230
229
  Provides-Extra: dev
@@ -28,7 +28,6 @@ dependencies = [
28
28
  "pydantic",
29
29
  "python-dotenv",
30
30
  "requests",
31
- "sqlalchemy-utils>=0.41.2",
32
31
  "tenacity",
33
32
  "tqdm>=4.62", # For tqdm.asyncio stdlib consistency
34
33
  ]
@@ -2514,7 +2514,7 @@ class DataStorageMethods:
2514
2514
  return self._download_from_gcs(
2515
2515
  storage_location.storage_config.signed_url,
2516
2516
  (
2517
- storage_location.storage_config.location.split("/")[-1]
2517
+ Path(storage_location.storage_config.location).name
2518
2518
  if storage_location.storage_config.location
2519
2519
  else None
2520
2520
  ),
@@ -3,25 +3,14 @@ from datetime import datetime
3
3
  from enum import StrEnum, auto
4
4
  from os import PathLike
5
5
  from pathlib import Path
6
- from typing import Annotated, Any
6
+ from typing import Any
7
7
  from uuid import UUID
8
8
 
9
9
  from pydantic import (
10
10
  BaseModel,
11
11
  Field,
12
12
  JsonValue,
13
- PlainSerializer,
14
- PlainValidator,
15
- WithJsonSchema,
16
13
  )
17
- from sqlalchemy_utils import Ltree
18
-
19
- LtreeField = Annotated[
20
- Ltree,
21
- PlainValidator(Ltree),
22
- PlainSerializer(lambda v: v.path),
23
- WithJsonSchema({"type": "string", "examples": ["some.path"]}),
24
- ]
25
14
 
26
15
 
27
16
  class DataStorageEntryStatus(StrEnum):
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.5.0'
32
- __version_tuple__ = version_tuple = (0, 5, 0)
31
+ __version__ = version = '0.5.1'
32
+ __version_tuple__ = version_tuple = (0, 5, 1)
33
33
 
34
- __commit_id__ = commit_id = 'gdcf18bc98'
34
+ __commit_id__ = commit_id = 'g0c21b6efd'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: futurehouse-client
3
- Version: 0.5.0
3
+ Version: 0.5.1
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
@@ -224,7 +224,6 @@ Requires-Dist: openai<1.100.0,>=1
224
224
  Requires-Dist: pydantic
225
225
  Requires-Dist: python-dotenv
226
226
  Requires-Dist: requests
227
- Requires-Dist: sqlalchemy-utils>=0.41.2
228
227
  Requires-Dist: tenacity
229
228
  Requires-Dist: tqdm>=4.62
230
229
  Provides-Extra: dev
@@ -9,7 +9,6 @@ openai<1.100.0,>=1
9
9
  pydantic
10
10
  python-dotenv
11
11
  requests
12
- sqlalchemy-utils>=0.41.2
13
12
  tenacity
14
13
  tqdm>=4.62
15
14