dagster-openai 0.26.8__tar.gz → 0.26.10__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.

Potentially problematic release.


This version of dagster-openai might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-openai
3
- Version: 0.26.8
3
+ Version: 0.26.10
4
4
  Summary: An OpenAI client resource for interacting with OpenAI API.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-openai
6
6
  Author: Dagster Labs
@@ -54,7 +54,7 @@ def with_usage_metadata(
54
54
  context: Union[AssetExecutionContext, OpExecutionContext], output_name: Optional[str], func
55
55
  ):
56
56
  """This wrapper can be used on any endpoint of the
57
- `openai library <https://github.com/openai/openai-python>`
57
+ `openai library <https://github.com/openai/openai-python>`_
58
58
  to log the OpenAI API usage metadata in the asset metadata.
59
59
 
60
60
  Examples:
@@ -0,0 +1 @@
1
+ __version__ = "0.26.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-openai
3
- Version: 0.26.8
3
+ Version: 0.26.10
4
4
  Summary: An OpenAI client resource for interacting with OpenAI API.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-openai
6
6
  Author: Dagster Labs
@@ -0,0 +1,2 @@
1
+ dagster==1.10.10
2
+ openai
@@ -31,7 +31,7 @@ setup(
31
31
  ],
32
32
  packages=find_packages(exclude=["dagster_openai_tests*"]),
33
33
  install_requires=[
34
- "dagster==1.10.8",
34
+ "dagster==1.10.10",
35
35
  "openai",
36
36
  ],
37
37
  zip_safe=False,
@@ -1 +0,0 @@
1
- __version__ = "0.26.8"
@@ -1,2 +0,0 @@
1
- dagster==1.10.8
2
- openai