davidberenstein1957 HF staff commited on
Commit
03003a2
·
1 Parent(s): cb57cce

chore bump version

Browse files
Files changed (2) hide show
  1. pdm.lock +18 -21
  2. pyproject.toml +1 -1
pdm.lock CHANGED
@@ -199,16 +199,13 @@ files = [
199
 
200
  [[package]]
201
  name = "attrs"
202
- version = "24.2.0"
203
- requires_python = ">=3.7"
204
  summary = "Classes Without Boilerplate"
205
  groups = ["default"]
206
- dependencies = [
207
- "importlib-metadata; python_version < \"3.8\"",
208
- ]
209
  files = [
210
- {file = "attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2"},
211
- {file = "attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"},
212
  ]
213
 
214
  [[package]]
@@ -709,7 +706,7 @@ files = [
709
 
710
  [[package]]
711
  name = "gradio"
712
- version = "5.9.0"
713
  requires_python = ">=3.10"
714
  summary = "Python library for easily interacting with trained machine learning models"
715
  groups = ["default"]
@@ -744,7 +741,7 @@ dependencies = [
744
  "uvicorn>=0.14.0; sys_platform != \"emscripten\"",
745
  ]
746
  files = [
747
- {file = "gradio-5.9.0-py3-none-any.whl", hash = "sha256:16a84f3101eecd3f06ffc08b185046d4255fca8b423a4bdc421006a0adf02509"},
748
  ]
749
 
750
  [[package]]
@@ -782,18 +779,18 @@ files = [
782
 
783
  [[package]]
784
  name = "gradio"
785
- version = "5.9.0"
786
  extras = ["oauth"]
787
  requires_python = ">=3.10"
788
  summary = "Python library for easily interacting with trained machine learning models"
789
  groups = ["default"]
790
  dependencies = [
791
  "authlib",
792
- "gradio==5.9.0",
793
  "itsdangerous",
794
  ]
795
  files = [
796
- {file = "gradio-5.9.0-py3-none-any.whl", hash = "sha256:16a84f3101eecd3f06ffc08b185046d4255fca8b423a4bdc421006a0adf02509"},
797
  ]
798
 
799
  [[package]]
@@ -844,7 +841,7 @@ files = [
844
 
845
  [[package]]
846
  name = "huggingface-hub"
847
- version = "0.26.5"
848
  requires_python = ">=3.8.0"
849
  summary = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
850
  groups = ["default"]
@@ -858,8 +855,8 @@ dependencies = [
858
  "typing-extensions>=3.7.4.3",
859
  ]
860
  files = [
861
- {file = "huggingface_hub-0.26.5-py3-none-any.whl", hash = "sha256:fb7386090bbe892072e64b85f7c4479fd2d65eea5f2543327c970d5169e83924"},
862
- {file = "huggingface_hub-0.26.5.tar.gz", hash = "sha256:1008bd18f60bfb65e8dbc0a97249beeeaa8c99d3c2fa649354df9fa5a13ed83b"},
863
  ]
864
 
865
  [[package]]
@@ -2079,13 +2076,13 @@ files = [
2079
 
2080
  [[package]]
2081
  name = "python-multipart"
2082
- version = "0.0.19"
2083
  requires_python = ">=3.8"
2084
  summary = "A streaming multipart parser for Python"
2085
  groups = ["default"]
2086
  files = [
2087
- {file = "python_multipart-0.0.19-py3-none-any.whl", hash = "sha256:f8d5b0b9c618575bf9df01c684ded1d94a338839bdd8223838afacfb4bb2082d"},
2088
- {file = "python_multipart-0.0.19.tar.gz", hash = "sha256:905502ef39050557b7a6af411f454bc19526529ca46ae6831508438890ce12cc"},
2089
  ]
2090
 
2091
  [[package]]
@@ -2761,7 +2758,7 @@ files = [
2761
 
2762
  [[package]]
2763
  name = "transformers"
2764
- version = "4.47.0"
2765
  requires_python = ">=3.9.0"
2766
  summary = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
2767
  groups = ["default"]
@@ -2778,8 +2775,8 @@ dependencies = [
2778
  "tqdm>=4.27",
2779
  ]
2780
  files = [
2781
- {file = "transformers-4.47.0-py3-none-any.whl", hash = "sha256:a8e1bafdaae69abdda3cad638fe392e37c86d2ce0ecfcae11d60abb8f949ff4d"},
2782
- {file = "transformers-4.47.0.tar.gz", hash = "sha256:f8ead7a5a4f6937bb507e66508e5e002dc5930f7b6122a9259c37b099d0f3b19"},
2783
  ]
2784
 
2785
  [[package]]
 
199
 
200
  [[package]]
201
  name = "attrs"
202
+ version = "24.3.0"
203
+ requires_python = ">=3.8"
204
  summary = "Classes Without Boilerplate"
205
  groups = ["default"]
 
 
 
206
  files = [
207
+ {file = "attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308"},
208
+ {file = "attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"},
209
  ]
210
 
211
  [[package]]
 
706
 
707
  [[package]]
708
  name = "gradio"
709
+ version = "5.9.1"
710
  requires_python = ">=3.10"
711
  summary = "Python library for easily interacting with trained machine learning models"
712
  groups = ["default"]
 
741
  "uvicorn>=0.14.0; sys_platform != \"emscripten\"",
742
  ]
743
  files = [
744
+ {file = "gradio-5.9.1-py3-none-any.whl", hash = "sha256:de5e522d39b804c448e9ee4d19c92cd8864233390638b54c0c5daa1ba6d0da61"},
745
  ]
746
 
747
  [[package]]
 
779
 
780
  [[package]]
781
  name = "gradio"
782
+ version = "5.9.1"
783
  extras = ["oauth"]
784
  requires_python = ">=3.10"
785
  summary = "Python library for easily interacting with trained machine learning models"
786
  groups = ["default"]
787
  dependencies = [
788
  "authlib",
789
+ "gradio==5.9.1",
790
  "itsdangerous",
791
  ]
792
  files = [
793
+ {file = "gradio-5.9.1-py3-none-any.whl", hash = "sha256:de5e522d39b804c448e9ee4d19c92cd8864233390638b54c0c5daa1ba6d0da61"},
794
  ]
795
 
796
  [[package]]
 
841
 
842
  [[package]]
843
  name = "huggingface-hub"
844
+ version = "0.27.0"
845
  requires_python = ">=3.8.0"
846
  summary = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
847
  groups = ["default"]
 
855
  "typing-extensions>=3.7.4.3",
856
  ]
857
  files = [
858
+ {file = "huggingface_hub-0.27.0-py3-none-any.whl", hash = "sha256:8f2e834517f1f1ddf1ecc716f91b120d7333011b7485f665a9a412eacb1a2a81"},
859
+ {file = "huggingface_hub-0.27.0.tar.gz", hash = "sha256:902cce1a1be5739f5589e560198a65a8edcfd3b830b1666f36e4b961f0454fac"},
860
  ]
861
 
862
  [[package]]
 
2076
 
2077
  [[package]]
2078
  name = "python-multipart"
2079
+ version = "0.0.20"
2080
  requires_python = ">=3.8"
2081
  summary = "A streaming multipart parser for Python"
2082
  groups = ["default"]
2083
  files = [
2084
+ {file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"},
2085
+ {file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"},
2086
  ]
2087
 
2088
  [[package]]
 
2758
 
2759
  [[package]]
2760
  name = "transformers"
2761
+ version = "4.47.1"
2762
  requires_python = ">=3.9.0"
2763
  summary = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
2764
  groups = ["default"]
 
2775
  "tqdm>=4.27",
2776
  ]
2777
  files = [
2778
+ {file = "transformers-4.47.1-py3-none-any.whl", hash = "sha256:d2f5d19bb6283cd66c893ec7e6d931d6370bbf1cc93633326ff1f41a40046c9c"},
2779
+ {file = "transformers-4.47.1.tar.gz", hash = "sha256:6c29c05a5f595e278481166539202bf8641281536df1c42357ee58a45d0a564a"},
2780
  ]
2781
 
2782
  [[package]]
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "synthetic-dataset-generator"
3
- version = "0.1.4"
4
  description = "Build datasets using natural language"
5
  authors = [
6
  {name = "davidberenstein1957", email = "[email protected]"},
 
1
  [project]
2
  name = "synthetic-dataset-generator"
3
+ version = "0.1.5"
4
  description = "Build datasets using natural language"
5
  authors = [
6
  {name = "davidberenstein1957", email = "[email protected]"},