rusticai-serpapi 1.2.4__tar.gz → 1.3.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rusticai-serpapi
3
- Version: 1.2.4
3
+ Version: 1.3.0
4
4
  Summary: Rustic AI module supporting Search through SerpApi
5
5
  License-Expression: Apache-2.0
6
6
  Author: Dragonscale Industries Inc.
@@ -9,7 +9,7 @@ Requires-Python: >=3.13,<3.14
9
9
  Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Programming Language :: Python :: 3.13
11
11
  Provides-Extra: test
12
- Requires-Dist: rusticai-core (>=1.2.5,<1.3.0)
12
+ Requires-Dist: rusticai-core (>=1.3.0,<1.4.0)
13
13
  Requires-Dist: serpapi (>=1.0.2,<2.0.0)
14
14
  Project-URL: Homepage, https://www.rustic.ai/
15
15
  Project-URL: Repository, https://github.com/rustic-ai/rustic-ai
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
 
6
6
  [project]
7
7
  name = "rusticai-serpapi"
8
- version = "1.2.4"
8
+ version = "1.3.0"
9
9
  description = "Rustic AI module supporting Search through SerpApi"
10
10
  authors = [{name = "Dragonscale Industries Inc.", email = "dev@dragonscale.ai"}]
11
11
  license = "Apache-2.0"
@@ -19,7 +19,7 @@ urls = { Homepage = "https://www.rustic.ai/", Repository = "https://github.com/r
19
19
  packages = [{ include = "rustic_ai", from = "src" }]
20
20
 
21
21
  [tool.poetry.dependencies]
22
- rusticai-core = { version = "1.2.5"}
22
+ rusticai-core = { version = "1.3.0"}
23
23
  serpapi = "^1.0.2"
24
24
 
25
25
  [tool.poetry-monorepo.deps]
@@ -29,13 +29,13 @@ serpapi = "^1.0.2"
29
29
  optional = true
30
30
 
31
31
  [tool.poetry.group.dev.dependencies]
32
- pytest = "^9.0.3"
33
- black = { version = "^26.3.1", extras = ["jupyter"] }
34
- flake8 = "^7.1.2"
35
- tox = "^4.24.1"
36
- isort = "^6.0.0"
37
- mypy = "^1.15.0"
38
- rusticai-testing = { version = "1.2.4"}
32
+ pytest = "^9.1.1"
33
+ black = { version = "^26.5.1", extras = ["jupyter"] }
34
+ flake8 = "^7.3.0"
35
+ tox = "^4.57.1"
36
+ isort = "^8.0.1"
37
+ mypy = "^2.3.0"
38
+ rusticai-testing = { version = "1.3.0"}
39
39
 
40
40
  [tool.poetry.extras]
41
41
  test = ["pytest", "rusticai-testing"]
@@ -69,7 +69,7 @@ explicit_package_bases = true
69
69
  profile = "black"
70
70
  force_sort_within_sections = true # For the sorting order issues
71
71
  lines_between_sections = 1 # For the newline issue
72
- known_third_party = ["pydantic"]
73
- known_first_party = ["rustic_ai.core", "rustic_ai.serpapi"]
74
- known_local_folder = ["rustic_ai.testing"]
72
+ known_third_party = ["pydantic", "fastapi", "starlette", "uvicorn", "ray", "dotenv", "openai", "litellm", "pytest", "playwright", "redis", "serpapi", "vertexai"]
73
+ known_first_party = ["rustic_ai"]
74
+ known_local_folder = ["core", "rustic_ai.testing"]
75
75