banks 2.1.0__py3-none-any.whl → 2.1.1__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.
banks/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2023-present Massimiliano Pippi <mpippi@gmail.com>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "2.1.0"
4
+ __version__ = "2.1.1"
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: banks
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: A prompt programming language
5
- Project-URL: Documentation, https://github.com/unknown/banks#readme
6
- Project-URL: Issues, https://github.com/unknown/banks/issues
7
- Project-URL: Source, https://github.com/unknown/banks
5
+ Project-URL: Documentation, https://github.com/masci/banks#readme
6
+ Project-URL: Issues, https://github.com/masci/banks/issues
7
+ Project-URL: Source, https://github.com/masci/banks
8
8
  Author-email: Massimiliano Pippi <mpippi@gmail.com>
9
9
  License-Expression: MIT
10
10
  License-File: LICENSE.txt
@@ -22,6 +22,7 @@ Requires-Dist: deprecated
22
22
  Requires-Dist: eval-type-backport; python_version < '3.10'
23
23
  Requires-Dist: griffe
24
24
  Requires-Dist: jinja2
25
+ Requires-Dist: platformdirs
25
26
  Requires-Dist: pydantic
26
27
  Provides-Extra: all
27
28
  Requires-Dist: litellm; extra == 'all'
@@ -1,4 +1,4 @@
1
- banks/__about__.py,sha256=SSBz0MgZ9q64ZdiBB2-eDQrCPp7s3dQpEdyZr3zxXrs,132
1
+ banks/__about__.py,sha256=S57kL24mDlNkjLlC1XN2yFEPPClI55FfNyJjlqC8_Fw,132
2
2
  banks/__init__.py,sha256=4IBopxXstFZliCvSjOuTurSQb32Vy26EXOPhmNZ4Hus,334
3
3
  banks/cache.py,sha256=uUGAu82-mfrscc2q24x19ZMZBkoQzf3hh7_V300J-Ik,1069
4
4
  banks/config.py,sha256=c6B1cXUZ-NN0XmJvfezXeHPXHP7knk8TfbmcZL7gCzk,1082
@@ -21,7 +21,7 @@ banks/registries/__init__.py,sha256=iRK-8420cKBckOTd5KcIFQyV66EsF0Mc7UHCkzf8qZU,
21
21
  banks/registries/directory.py,sha256=WXVL8gIrH2OqDYcC89TuTW-iXSwT9WqJq_OWe_kYC2Q,5803
22
22
  banks/registries/file.py,sha256=8ayvFrcM8Tk0DWgGXmKD2DRBfGXr5CmgtdQaQ5cXhow,4054
23
23
  banks/registries/redis.py,sha256=eBL92URJa-NegOxRLS4b2xrDRDxz6iiaz_7Ddi32Rtc,2756
24
- banks-2.1.0.dist-info/METADATA,sha256=u7JknR5Ax29j-Rw2vBIb0ZJUXmhuYZqFcO7bQZBswvg,11727
25
- banks-2.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
- banks-2.1.0.dist-info/licenses/LICENSE.txt,sha256=NZJne_JTwMFwq_g-kq-sm4PuaeVOgu1l3NUGOgBHX-g,1102
27
- banks-2.1.0.dist-info/RECORD,,
24
+ banks-2.1.1.dist-info/METADATA,sha256=cMavPBlQKZ02YwJ77whxc8UvBw0u7pDSP723SkF1y30,11749
25
+ banks-2.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
+ banks-2.1.1.dist-info/licenses/LICENSE.txt,sha256=NZJne_JTwMFwq_g-kq-sm4PuaeVOgu1l3NUGOgBHX-g,1102
27
+ banks-2.1.1.dist-info/RECORD,,
File without changes