gac 1.10.0__py3-none-any.whl → 1.10.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.

Potentially problematic release.


This version of gac might be problematic. Click here for more details.

gac/__version__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Version information for gac package."""
2
2
 
3
- __version__ = "1.10.0"
3
+ __version__ = "1.10.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gac
3
- Version: 1.10.0
3
+ Version: 1.10.1
4
4
  Summary: LLM-powered Git commit message generator with multi-provider support
5
5
  Project-URL: Homepage, https://github.com/cellwebb/gac
6
6
  Project-URL: Documentation, https://github.com/cellwebb/gac#readme
@@ -33,7 +33,6 @@ Requires-Dist: tiktoken>=0.12.0
33
33
  Provides-Extra: dev
34
34
  Requires-Dist: build; extra == 'dev'
35
35
  Requires-Dist: codecov; extra == 'dev'
36
- Requires-Dist: pre-commit; extra == 'dev'
37
36
  Requires-Dist: pytest; extra == 'dev'
38
37
  Requires-Dist: pytest-cov; extra == 'dev'
39
38
  Requires-Dist: ruff; extra == 'dev'
@@ -1,5 +1,5 @@
1
1
  gac/__init__.py,sha256=z9yGInqtycFIT3g1ca24r-A3699hKVaRqGUI79wsmMc,415
2
- gac/__version__.py,sha256=aS2cFuCUqXoCZQnjW0wEIKh2TEv5x4FSMZ7E_W-xkiA,67
2
+ gac/__version__.py,sha256=lC-fukW_E9H6KMI2tR7GB0PL0fk8ddRKnvUgOWsJ5e8,67
3
3
  gac/ai.py,sha256=QSGPrtFuzZh4LIjIt2HKVtdZ07xtSQXJRT7fxJ-Fufs,3898
4
4
  gac/ai_utils.py,sha256=NBxmYAPLj3YcFHuo3TCJ4kpCtpAxnGJ7aG6_1Af9VOw,7314
5
5
  gac/cli.py,sha256=crUUI6osYtE3QAZ7r6DRlVk9gR3X2PctzS1sssVQ9_g,5070
@@ -29,8 +29,8 @@ gac/providers/openrouter.py,sha256=H3ce8JcRUYq1I30lOjGESdX7jfoPkW3mKAYnc2aYfBw,2
29
29
  gac/providers/streamlake.py,sha256=KAA2ZnpuEI5imzvdWVWUhEBHSP0BMnprKXte6CbwBWY,2047
30
30
  gac/providers/synthetic.py,sha256=sRMIJTS9LpcXd9A7qp_ZjZxdqtTKRn9fl1W4YwJZP4c,1855
31
31
  gac/providers/zai.py,sha256=kywhhrCfPBu0rElZyb-iENxQxxpVGykvePuL4xrXlaU,2739
32
- gac-1.10.0.dist-info/METADATA,sha256=AxOVZrY2wmdN1Oez8aYF959Rf49NFQYKHpGe16X_pvU,7698
33
- gac-1.10.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
34
- gac-1.10.0.dist-info/entry_points.txt,sha256=tdjN-XMmcWfL92swuRAjT62bFLOAwk9bTMRLGP5Z4aI,36
35
- gac-1.10.0.dist-info/licenses/LICENSE,sha256=vOab37NouL1PNs5BswnPayrMCqaN2sqLfMQfqPDrpZg,1103
36
- gac-1.10.0.dist-info/RECORD,,
32
+ gac-1.10.1.dist-info/METADATA,sha256=0dMoJ3LQ9WFGGsnBxfcYcBE4JwNo_qtgHr7oN3z2RJI,7656
33
+ gac-1.10.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
34
+ gac-1.10.1.dist-info/entry_points.txt,sha256=tdjN-XMmcWfL92swuRAjT62bFLOAwk9bTMRLGP5Z4aI,36
35
+ gac-1.10.1.dist-info/licenses/LICENSE,sha256=vOab37NouL1PNs5BswnPayrMCqaN2sqLfMQfqPDrpZg,1103
36
+ gac-1.10.1.dist-info/RECORD,,
File without changes