sfq 0.0.28__py3-none-any.whl → 0.0.29__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.
sfq/__init__.py CHANGED
@@ -99,7 +99,7 @@ class SFAuth:
99
99
  access_token: Optional[str] = None,
100
100
  token_expiration_time: Optional[float] = None,
101
101
  token_lifetime: int = 15 * 60,
102
- user_agent: str = "sfq/0.0.28",
102
+ user_agent: str = "sfq/0.0.29",
103
103
  sforce_client: str = "_auto",
104
104
  proxy: str = "_auto",
105
105
  ) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sfq
3
- Version: 0.0.28
3
+ Version: 0.0.29
4
4
  Summary: Python wrapper for the Salesforce's Query API.
5
5
  Author-email: David Moruzzi <sfq.pypi@dmoruzi.com>
6
6
  Keywords: salesforce,salesforce query
@@ -0,0 +1,6 @@
1
+ sfq/__init__.py,sha256=PCvN7WBs0krbGc9PUZUYdan3L67iQkZCp77_EvrOGKo,44356
2
+ sfq/_cometd.py,sha256=XimQEubmJwUmbWe85TxH_cuhGvWVuiHHrVr41tguuiI,10508
3
+ sfq/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ sfq-0.0.29.dist-info/METADATA,sha256=G4tled8wgy1_Rav2UlF4-_T5P54e6Wv0ozi-HZGP9xc,6899
5
+ sfq-0.0.29.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ sfq-0.0.29.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- sfq/__init__.py,sha256=NNtMkZ9nLn4ItJ2vhBHlHViJ_c2OWFZM6NUbUnOnrtE,44356
2
- sfq/_cometd.py,sha256=XimQEubmJwUmbWe85TxH_cuhGvWVuiHHrVr41tguuiI,10508
3
- sfq/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- sfq-0.0.28.dist-info/METADATA,sha256=Loc_qnLzns7FfFK9ZfBUHreeWqyQMYNQQTs81_jKeR0,6899
5
- sfq-0.0.28.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- sfq-0.0.28.dist-info/RECORD,,
File without changes