airweave-sdk 0.8.42__py3-none-any.whl → 0.8.43__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.
@@ -26,10 +26,10 @@ class BaseClientWrapper:
26
26
 
27
27
  def get_headers(self) -> typing.Dict[str, str]:
28
28
  headers: typing.Dict[str, str] = {
29
- "User-Agent": "airweave-sdk/v0.8.42",
29
+ "User-Agent": "airweave-sdk/v0.8.43",
30
30
  "X-Fern-Language": "Python",
31
31
  "X-Fern-SDK-Name": "airweave-sdk",
32
- "X-Fern-SDK-Version": "v0.8.42",
32
+ "X-Fern-SDK-Version": "v0.8.43",
33
33
  **(self.get_custom_headers() or {}),
34
34
  }
35
35
  if self._framework_name is not None:
airweave/types/filter.py CHANGED
@@ -42,12 +42,12 @@ class Filter(UniversalBaseModel):
42
42
  from .min_should import MinShould # noqa: E402, F401, I001
43
43
  from .nested import Nested # noqa: E402, F401, I001
44
44
  from .nested_condition import NestedCondition # noqa: E402, F401, I001
45
- from .filter_must_not_item import FilterMustNotItem # noqa: E402, F401, I001
45
+ from .filter_must_item import FilterMustItem # noqa: E402, F401, I001
46
46
  from .must import Must # noqa: E402, F401, I001
47
- from .should import Should # noqa: E402, F401, I001
48
- from .min_should_conditions_item import MinShouldConditionsItem # noqa: E402, F401, I001
49
47
  from .filter_must_not import FilterMustNot # noqa: E402, F401, I001
50
48
  from .filter_should_item import FilterShouldItem # noqa: E402, F401, I001
51
- from .filter_must_item import FilterMustItem # noqa: E402, F401, I001
49
+ from .filter_must_not_item import FilterMustNotItem # noqa: E402, F401, I001
50
+ from .should import Should # noqa: E402, F401, I001
51
+ from .min_should_conditions_item import MinShouldConditionsItem # noqa: E402, F401, I001
52
52
 
53
53
  update_forward_refs(Filter)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: airweave-sdk
3
- Version: 0.8.42
3
+ Version: 0.8.43
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -8,7 +8,7 @@ airweave/collections/types/search_collections_readable_id_search_post_request.py
8
8
  airweave/collections/types/search_collections_readable_id_search_post_response.py,sha256=wJD5mKSwLRyjI2xEXr-5ikHVljSMiXAWzt12JK9wsks,297
9
9
  airweave/core/__init__.py,sha256=GkNNgA0CeqvpCzo2vVtAafE8YcnGV-VGtbU5op93lbc,3624
10
10
  airweave/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
11
- airweave/core/client_wrapper.py,sha256=xpyKoWqXaxbYR-pTltbZrl4vHLIOJDu4StyiPJvKUkY,3330
11
+ airweave/core/client_wrapper.py,sha256=mlTPb_XPQEKh9vi37dDHifR4leKCdu91yvhPiNnYF6Y,3330
12
12
  airweave/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
13
13
  airweave/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
14
14
  airweave/core/force_multipart.py,sha256=cH981xLy0kZVKiZZkFoeUjgJ2Zuq7KXB2aRAnmHzRDc,477
@@ -92,7 +92,7 @@ airweave/types/except_.py,sha256=Fi6uQ7elnIHIMqK8KUvhBi5_qt0Ma5SL1fonmxuwPaQ,138
92
92
  airweave/types/feature_flag.py,sha256=Z85oWE6B9RdA7VR17WWJmzm5n4JoNCAfqA9LfCHr6s0,246
93
93
  airweave/types/field_condition.py,sha256=gqTGY0fKkWD9jMr0B64RzQRGuI_tHMk-gZIJqxTqi18,1999
94
94
  airweave/types/fields.py,sha256=3twBT8sYhvfgC2uJSpvbS8S7fua_mdDX7dGqR3WyVD8,609
95
- airweave/types/filter.py,sha256=3I1KVA6NmqztGxHzqjpQpioE6RFzehLQp9LP8nTbkd8,1787
95
+ airweave/types/filter.py,sha256=7ozv4QKRG2D4vw-93PmigXCRRByYaP3N3n8YhJzoUgM,1787
96
96
  airweave/types/filter_must_item.py,sha256=r4vc7x8Bd55uDUXj3tPKQ01-_d9J-6Q1IAlRuzdtuNM,613
97
97
  airweave/types/filter_must_not.py,sha256=EZkCNFMcAC6RMqf-_cVN9dCG94kzTNEnudFzkLM-LMs,731
98
98
  airweave/types/filter_must_not_item.py,sha256=OKD-F6go78FVrgDJjVOWx32Z_Md6R70sO90gU_0ifvg,616
@@ -199,6 +199,6 @@ airweave/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdt
199
199
  airweave/types/value.py,sha256=S3a570nh8Mw1lWvnsuMb_er16fHbq29xPueGQ9uiXek,117
200
200
  airweave/types/values_count.py,sha256=49rET8mgdAT7bgzdeDG58OTCkQjBfHD3QROOPq5nunQ,1042
201
201
  airweave/version.py,sha256=1gjLeITonHtLphREnhUUC2qTGYzVdtPWqRj32DQBk7g,79
202
- airweave_sdk-0.8.42.dist-info/METADATA,sha256=jsPES-tFxZFylLDYqeq3SSoYjWQMdR8-IG2W-y5ndSo,5916
203
- airweave_sdk-0.8.42.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
204
- airweave_sdk-0.8.42.dist-info/RECORD,,
202
+ airweave_sdk-0.8.43.dist-info/METADATA,sha256=WjFIk1CO3vWh0ghE59HOMHyEaLMe63kQ34Ae2qIXsME,5916
203
+ airweave_sdk-0.8.43.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
204
+ airweave_sdk-0.8.43.dist-info/RECORD,,