Skip to content

Commit

Permalink
Fix pyproject deps
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-corg committed Apr 18, 2024
1 parent 6519fc6 commit f5e69c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
generated
generated
.mise.toml
14 changes: 10 additions & 4 deletions fern/apis/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@ groups:
- name: fernapi/fern-python-sdk
version: 0.13.2
config:
improved_imports: true
pydantic_config:
use_str_enums: true
client:
class_name: BaseOctoAI
filename: base_client.py
exported_class_name: OctoAI
exported_filename: client.py
improved_imports: true
pydantic_config:
use_str_enums: true
extra_dependencies:
boto3: "^1.34.75"
types-boto3: "^1.0"
smart-casing: true
output:
location: local-file-system
path: ../../../generated/octoai-python-sdk-fern
python-sdk:
generators:
- name: fernapi/fern-python-sdk
version: 0.13.1
version: 1.0.0a1
output:
location: pypi
package-name: "octoai"
Expand All @@ -36,6 +39,9 @@ groups:
improved_imports: true
pydantic_config:
use_str_enums: true
extra_dependencies:
boto3: "^1.34.75"
types-boto3: "^1.0"
smart-casing: true
ts-sdk:
generators:
Expand Down

0 comments on commit f5e69c2

Please sign in to comment.