prediction-market-agent-tooling 0.65.11__py3-none-any.whl → 0.65.12.dev773__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.
- prediction_market_agent_tooling/loggers.py +1 -1
- {prediction_market_agent_tooling-0.65.11.dist-info → prediction_market_agent_tooling-0.65.12.dev773.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.65.11.dist-info → prediction_market_agent_tooling-0.65.12.dev773.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.65.11.dist-info → prediction_market_agent_tooling-0.65.12.dev773.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.65.11.dist-info → prediction_market_agent_tooling-0.65.12.dev773.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.65.11.dist-info → prediction_market_agent_tooling-0.65.12.dev773.dist-info}/entry_points.txt +0 -0
@@ -158,7 +158,7 @@ def print_using_logger_info(
|
|
158
158
|
# If `logger.exception` is used, loguru+traceback somehow uses `print` statement to format the error stack,
|
159
159
|
# if that happens, without this if condition, it errors out because of deadlock and/or recursion errors.
|
160
160
|
# This is hacky, but that's exactly how loguru is checking for it internally..
|
161
|
-
if getattr(
|
161
|
+
if any(getattr(handler._lock_acquired, "acquired", False) for handler in logger._core.handlers.values()): # type: ignore # They use stubs and didn't type this.
|
162
162
|
UNPATCHED_PRINT_FN(*values, sep=sep, end=end, **kwargs)
|
163
163
|
else:
|
164
164
|
logger.info(sep.join(map(str, values)) + end)
|
@@ -38,7 +38,7 @@ prediction_market_agent_tooling/gtypes.py,sha256=bUIZfZIGvIi3aiZNu5rVE9kRevw8sfM
|
|
38
38
|
prediction_market_agent_tooling/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
39
39
|
prediction_market_agent_tooling/jobs/jobs_models.py,sha256=DoZ9dlvVhpNrnINiR1uy6YUOsuzI_L-avBt362y5xXM,2467
|
40
40
|
prediction_market_agent_tooling/jobs/omen/omen_jobs.py,sha256=qbTZ9HVvu_iP4dDxuvOZxAp6JsRKejvEW2YDYCnRmd4,5039
|
41
|
-
prediction_market_agent_tooling/loggers.py,sha256=
|
41
|
+
prediction_market_agent_tooling/loggers.py,sha256=o1HyvwtK1DbuC0YWQwJNqzXLLbSC41gNBkEUxiAziEg,5796
|
42
42
|
prediction_market_agent_tooling/logprobs_parser.py,sha256=DBlBQtWX8_URXhzTU3YWIPa76Zx3QDHlx1ARqbgJsVI,5008
|
43
43
|
prediction_market_agent_tooling/markets/agent_market.py,sha256=pnyxTMUrL8cQsP4lmBBpe07R-Mi7S4vNjrvNLdOzAa8,19258
|
44
44
|
prediction_market_agent_tooling/markets/base_subgraph_handler.py,sha256=7RaYO_4qAmQ6ZGM8oPK2-CkiJfKmV9MxM-rJlduaecU,1971
|
@@ -124,8 +124,8 @@ prediction_market_agent_tooling/tools/tokens/usd.py,sha256=yuW8iPPtcpP4eLH2nORMD
|
|
124
124
|
prediction_market_agent_tooling/tools/transaction_cache.py,sha256=K5YKNL2_tR10Iw2TD9fuP-CTGpBbZtNdgbd0B_R7pjg,1814
|
125
125
|
prediction_market_agent_tooling/tools/utils.py,sha256=RlWSlzS2LavMIWrpwn1fevbzgPZruD4VcXTa-XxjWnE,7343
|
126
126
|
prediction_market_agent_tooling/tools/web3_utils.py,sha256=0r26snqCXGdLKCWA8jpe7DV8x2NPYWZwOy4oyKyDCYk,12615
|
127
|
-
prediction_market_agent_tooling-0.65.
|
128
|
-
prediction_market_agent_tooling-0.65.
|
129
|
-
prediction_market_agent_tooling-0.65.
|
130
|
-
prediction_market_agent_tooling-0.65.
|
131
|
-
prediction_market_agent_tooling-0.65.
|
127
|
+
prediction_market_agent_tooling-0.65.12.dev773.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
128
|
+
prediction_market_agent_tooling-0.65.12.dev773.dist-info/METADATA,sha256=8uXXv5MJUT03fxbHp6U2ahbmtucxDdStcffdokVO8p4,8742
|
129
|
+
prediction_market_agent_tooling-0.65.12.dev773.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
130
|
+
prediction_market_agent_tooling-0.65.12.dev773.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
131
|
+
prediction_market_agent_tooling-0.65.12.dev773.dist-info/RECORD,,
|
File without changes
|
File without changes
|