letta-nightly 0.7.23.dev20250523164139__py3-none-any.whl → 0.7.23.dev20250523212014__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.
letta/server/db.py CHANGED
@@ -152,16 +152,17 @@ class DatabaseRegistry:
152
152
  if pool_cls:
153
153
  base_args["poolclass"] = pool_cls
154
154
 
155
- if not use_null_pool and not is_async:
155
+ if not use_null_pool:
156
156
  base_args.update(
157
157
  {
158
158
  "pool_size": settings.pg_pool_size,
159
159
  "max_overflow": settings.pg_max_overflow,
160
160
  "pool_timeout": settings.pg_pool_timeout,
161
161
  "pool_recycle": settings.pg_pool_recycle,
162
- "pool_use_lifo": settings.pool_use_lifo,
163
162
  }
164
163
  )
164
+ if not is_async:
165
+ base_args["pool_use_lifo"] = settings.pool_use_lifo
165
166
 
166
167
  return base_args
167
168
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: letta-nightly
3
- Version: 0.7.23.dev20250523164139
3
+ Version: 0.7.23.dev20250523212014
4
4
  Summary: Create LLM agents with long-term memory and custom tools
5
5
  License: Apache License
6
6
  Author: Letta Team
@@ -252,7 +252,7 @@ letta/serialize_schemas/marshmallow_tool.py,sha256=jwU69BDCakPlYPSk-ta21kuvsURKO
252
252
  letta/serialize_schemas/pydantic_agent_schema.py,sha256=NKq70niUVMI3_lxMKc3u3rOBUhm77bIFaPRj9aidMUQ,3006
253
253
  letta/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
254
254
  letta/server/constants.py,sha256=yAdGbLkzlOU_dLTx0lKDmAnj0ZgRXCEaIcPJWO69eaE,92
255
- letta/server/db.py,sha256=Hj4DDGXu7J1t6Q4oJwvhpIB3IXgNCvU1cQbW6f1osWM,9954
255
+ letta/server/db.py,sha256=eG3rJ2hij4gvEOUyRbVZpv2VlBFITmC_FJ6TXBmcwrY,9973
256
256
  letta/server/generate_openapi_schema.sh,sha256=0OtBhkC1g6CobVmNEd_m2B6sTdppjbJLXaM95icejvE,371
257
257
  letta/server/rest_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
258
258
  letta/server/rest_api/app.py,sha256=8Y5R_t_s4IAG7wRfdbmCeF5YT9pfGG4h6_kpUAaUwoQ,14771
@@ -346,8 +346,8 @@ letta/system.py,sha256=mKxmvvekuP8mdgsebRINGBoFbUdJhxLJ260crPBNVyk,8386
346
346
  letta/tracing.py,sha256=YMb9KgoBVz7nwCPwnErk2EJEKMiQ_ohctW1nOwhHd1Y,8458
347
347
  letta/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
348
348
  letta/utils.py,sha256=W8J1FfhRADFqoyx3J8-Z1_aWyG433PBoEh_b5wdOZIg,32262
349
- letta_nightly-0.7.23.dev20250523164139.dist-info/LICENSE,sha256=mExtuZ_GYJgDEI38GWdiEYZizZS4KkVt2SF1g_GPNhI,10759
350
- letta_nightly-0.7.23.dev20250523164139.dist-info/METADATA,sha256=Ojwp8JmVzsZWA7ibbGOtjEWmOgEP6YMBToiSCgQcTww,22321
351
- letta_nightly-0.7.23.dev20250523164139.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
352
- letta_nightly-0.7.23.dev20250523164139.dist-info/entry_points.txt,sha256=2zdiyGNEZGV5oYBuS-y2nAAgjDgcC9yM_mHJBFSRt5U,40
353
- letta_nightly-0.7.23.dev20250523164139.dist-info/RECORD,,
349
+ letta_nightly-0.7.23.dev20250523212014.dist-info/LICENSE,sha256=mExtuZ_GYJgDEI38GWdiEYZizZS4KkVt2SF1g_GPNhI,10759
350
+ letta_nightly-0.7.23.dev20250523212014.dist-info/METADATA,sha256=CJc2CqZ1pAKWzXh1bwH9KkfUgIqED6LrZABAiUGXp9g,22321
351
+ letta_nightly-0.7.23.dev20250523212014.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
352
+ letta_nightly-0.7.23.dev20250523212014.dist-info/entry_points.txt,sha256=2zdiyGNEZGV5oYBuS-y2nAAgjDgcC9yM_mHJBFSRt5U,40
353
+ letta_nightly-0.7.23.dev20250523212014.dist-info/RECORD,,